aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-08-11 17:09:14 +0000
committerDoug Kwan <dougkwan@google.com>2009-08-11 17:09:14 +0000
commit11af873fca0a3bc4c3476e35ec931a49dce101ee (patch)
tree7640dafa4c9d52aebe0cec75f577d29fa7d9fe1f /gold/ChangeLog
parent6a9adeca2c38bef2ae6554ecf954babda5dc6522 (diff)
downloadgdb-11af873fca0a3bc4c3476e35ec931a49dce101ee.zip
gdb-11af873fca0a3bc4c3476e35ec931a49dce101ee.tar.gz
gdb-11af873fca0a3bc4c3476e35ec931a49dce101ee.tar.bz2
2009-08-11 Doug Kwan <dougkwan@google.com>
* arm.cc: Update comments. (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX segment to locate the .ARM.exidx section if present.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index b71bc6c..7549382 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-11 Doug Kwan <dougkwan@google.com>
+
+ * arm.cc: Update comments.
+ (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
+ segment to locate the .ARM.exidx section if present.
+
2009-08-09 Doug Kwan <dougkwan@google.com>
* dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous