aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/README.google
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2010-04-24 20:30:19 -0700
committerJing Yu <jingyu@google.com>2010-04-24 20:30:19 -0700
commitc2511ac51c9e6e6b8cd9900d6159d46718414012 (patch)
tree4f2d2810af6bf0b726c6f375258aab47ea9d8233 /gcc-4.4.0/README.google
parent2c20a1914acb75c3c654893a490b96b2df2edc7a (diff)
downloadtoolchain_gcc-c2511ac51c9e6e6b8cd9900d6159d46718414012.tar.gz
toolchain_gcc-c2511ac51c9e6e6b8cd9900d6159d46718414012.tar.bz2
toolchain_gcc-c2511ac51c9e6e6b8cd9900d6159d46718414012.zip
Fix a few divergence bugs and security problem.
See README.google for details. Change-Id: Ifbee6d934426a60f34c7301a04fc442c6c75df22
Diffstat (limited to 'gcc-4.4.0/README.google')
-rw-r--r--gcc-4.4.0/README.google36
1 files changed, 36 insertions, 0 deletions
diff --git a/gcc-4.4.0/README.google b/gcc-4.4.0/README.google
index e2f11a2e3..82bc08ae5 100644
--- a/gcc-4.4.0/README.google
+++ b/gcc-4.4.0/README.google
@@ -2235,3 +2235,39 @@ gcc/combine.c
in which a floating point mode RTX is unsafely optimized.
Owner: dougkwan
Status: backport of upstream rev 152443.
+
+gcc/configure.ac
+gcc/configure
+ Fix a problem where the gcc configure script checks for particular
+ versions of ld for certain features when building with gold as the linker.
+ Owner: dougkwan
+ Status: Not yet upstream.
+
+gcc/tree-ssa-lrs.c
+ Port CL-39082 and CL-38762 from x86 gcc-4.4.0 to Android branch.
+ Owner: dougkwan
+ Status: Not yet upstream.
+
+gcc/tree-ssa-lrs.c
+ Port CL-39388 from x86 gcc-4.4.0 to Android branch to stabilize qsort
+ comparators.
+ Owner: dougkwan
+ Status: Not yet upstream.
+
+gcc/tree-ssa-lrs.c
+ Port CL-39443 from x86 gcc-4.4.0 to Android branch to stabilize qsort
+ comparators.
+ Owner: dougkwan
+ Status: Not yet upstream.
+
+gcc/tree-ssa-reassoc.c
+ Port CL-39465 from x86 gcc-4.4.0 to Android branch to stabilize qsort in
+ tree-ssa-reassoc.c
+ Owner: dougkwan
+ Status: Not yet upstream.
+
+gcc/config/arm/eabi.h
+ Add GNU-stack annotation to all Android code to fix a potential serious
+ security problem. http://b/issue?id=2623907.
+ Owner: jingyu
+ Status: google local