summaryrefslogtreecommitdiffstats
path: root/binutils-2.19/README.android
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2010-07-22 14:35:55 -0700
committerJing Yu <jingyu@google.com>2010-07-22 14:35:55 -0700
commit5755afadf580726c7d9a34c575930d21c54a1f0a (patch)
treed0224f80576d1f48229e4999a3b059e012e4bfae /binutils-2.19/README.android
parent289c95d00ec591cffa5b705641ffcbdacb7c0d5c (diff)
downloadtoolchain_binutils-5755afadf580726c7d9a34c575930d21c54a1f0a.tar.gz
toolchain_binutils-5755afadf580726c7d9a34c575930d21c54a1f0a.tar.bz2
toolchain_binutils-5755afadf580726c7d9a34c575930d21c54a1f0a.zip
A few binutils and gold patches to make gold and safe-icf work.
Change-Id: I805434f4f616c822c979081a5a71b607ecd6cf26
Diffstat (limited to 'binutils-2.19/README.android')
-rw-r--r--binutils-2.19/README.android80
1 files changed, 80 insertions, 0 deletions
diff --git a/binutils-2.19/README.android b/binutils-2.19/README.android
index 1231282c..b990281f 100644
--- a/binutils-2.19/README.android
+++ b/binutils-2.19/README.android
@@ -1,3 +1,83 @@
+2010-07-15 Doug Kwan <dougkwan@google.com>
+
+ Backport upstream patches to enhance safe ICF and to fix
+ a linker crash and an EXIDX problem in the Linux kernel.
+
+ http://www.cygwin.com/ml/binutils-cvs/2010-06/msg00118.html
+ http://www.cygwin.com/ml/binutils-cvs/2010-06/msg00148.html
+ http://www.cygwin.com/ml/binutils-cvs/2010-07/msg00080.html
+
+ Changed file:
+
+ gold/arm-reloc-property.cc
+ gold/arm-reloc-property.h
+ gold/arm.cc
+ gold/icf.h
+ gold/output.cc
+ gold/output.h
+ gold/target.h
+
+2010-07-09 Jing Yu <jingyu@google.com>
+
+ Add support to androideabi target.
+ Backport the patch from binutils upstream.
+
+ Changed file:
+ config.sub
+
+2010-06-23 Doug Kwan <dougkwan@google.com>
+
+ Add dummy --icf option to ld for compatiblity with gold.
+
+ Changed file:
+
+ ld/emultempl/armelf.em
+
+2010-06-19 Doug Kwan <dougkwan@google.com>
+
+ Integrate CL 40547.
+
+ Changed files:
+
+ gold/gc.h
+ gold/i386.cc
+ gold/icf.cc
+ gold/icf.h
+ gold/symtab.cc
+ gold/symtab.h
+ gold/target-reloc.h
+ gold/testsuite/Makefile.am
+ gold/testsuite/Makefile.in
+ gold/testsuite/icf_preemptible_functions_test.cc
+ gold/testsuite/icf_preemptible_functions_test.sh
+ gold/testsuite/icf_safe_so_test.cc
+ gold/testsuite/icf_safe_so_test.sh
+ gold/testsuite/icf_safe_test.cc
+ gold/testsuite/icf_safe_test.sh
+ gold/testsuite/icf_string_merge_test.cc
+ gold/testsuite/icf_string_merge_test.sh
+ gold/testsuite/icf_virtual_function_folding_test.cc
+ gold/x86_64.cc
+
+2010-06-15 Doug Kwan <dougkwan@google.com>
+
+ Fix ARM kernel build breakage due to merging EABI flags from
+ empty objects. This is not yet up-stream.
+
+ Changed files:
+
+ gold/arm.cc
+
+2010-06-08 Doug Kwan <dougkwan@google.com>
+
+ Backport upstream patch to fix too many stubs problem.
+
+ http://sourceware.org/ml/binutils-cvs/2010-06/msg00027.html
+
+ Changed files:
+
+ gold/arm.cc
+
2010-06-02 Doug Kwan <dougkwan@google.com>
Backport upstream patches to support dual-linker configuration.