summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/README.google
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2012-05-16 13:03:51 -0700
committerJing Yu <jingyu@google.com>2012-05-16 13:03:51 -0700
commit2023b793f050f20fe8fbed6270994f99ca1fef38 (patch)
treeaf11946fe7721ceb84f3585c4cc73cae32f27920 /binutils-2.21/README.google
parent82d2721b9f7e12245848d8527d1b85822c9e8810 (diff)
downloadtoolchain_binutils-2023b793f050f20fe8fbed6270994f99ca1fef38.tar.gz
toolchain_binutils-2023b793f050f20fe8fbed6270994f99ca1fef38.tar.bz2
toolchain_binutils-2023b793f050f20fe8fbed6270994f99ca1fef38.zip
Fixed ld --gc-sections bug.
Change-Id: Ib856c96ca91fea2860c872d81a15ebd496a42783
Diffstat (limited to 'binutils-2.21/README.google')
-rw-r--r--binutils-2.21/README.google28
1 files changed, 28 insertions, 0 deletions
diff --git a/binutils-2.21/README.google b/binutils-2.21/README.google
index d2bee139..899bf25a 100644
--- a/binutils-2.21/README.google
+++ b/binutils-2.21/README.google
@@ -994,3 +994,31 @@ gold/icf.h
Fix dangling pointer bug caused by calling c_str method of temporary
string object.
http://cygwin.com/ml/binutils/2011-02/msg00030.html
+
+bfd/elf.c
+ Status: backport
+ Owner: bccheng
+ Preserve the original p_align and p_flags if they are valid.
+ g4 integrate 60390-p2
+
+
+bfd/elf32-arm.c
+bfd/elf32-i386.c
+bfd/elf64-x86-64.c
+bfd/elf64-ppc.c
+bfd/elflink.c
+ld/testsuite/ld-elf/pr13177.d
+ld/testsuite/ld-elf/pr13177.s
+ Status: Backport
+ Owner: jingyu
+ Fix --gc-sections bug in bfd ld.
+ http://sourceware.org/bugzilla/show_bug.cgi?id=13177
+ http://sourceware.org/ml/binutils/2012-02/msg00056.html
+ http://sourceware.org/ml/binutils/2011-06/msg00154.html
+ http://sourceware.org/ml/binutils/2011-12/msg00077.html
+
+bfd/elflink.c
+ Status: Backport
+ Owner: jingyu
+ Fix elf_link_output_extsym for warning, following up --gc-sections fix.
+ http://sourceware.org/bugzilla/show_bug.cgi?id=13311