aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2010-02-25 05:11:26 +0000
committerDoug Kwan <dougkwan@google.com>2010-02-25 05:11:26 +0000
commit67ec7d0b4d224add89ee66128777748f3f4eacb3 (patch)
treeb53fc97e38d9cb0f02b0ec2f7224df0bd73ff982 /gold/ChangeLog
parentdfa7b0b81709461db624556e4826b98994533f05 (diff)
downloadgdb-67ec7d0b4d224add89ee66128777748f3f4eacb3.zip
gdb-67ec7d0b4d224add89ee66128777748f3f4eacb3.tar.gz
gdb-67ec7d0b4d224add89ee66128777748f3f4eacb3.tar.bz2
2010-02-24 Doug Kwan <dougkwan@google.com>
* arm.cc (Target_arm::got_section): Make the .got section the first non RELRO section in the data segment. * testsuite/script_test_5.sh: Fix match patterns to avoid matching suffixes of section names.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 92f8344..34b582f 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,12 @@
2010-02-24 Doug Kwan <dougkwan@google.com>
+ * arm.cc (Target_arm::got_section): Make the .got section the first
+ non RELRO section in the data segment.
+ * testsuite/script_test_5.sh: Fix match patterns to avoid matching
+ suffixes of section names.
+
+2010-02-24 Doug Kwan <dougkwan@google.com>
+
* arm.cc (Target_arm::do_finalize_sections): Skip processor specific
flags and attributes merging if an input file is a binary file.
* fileread.cc (Input_file::open): Record format of original file.