diff options
author | Doug Kwan <dougkwan@google.com> | 2009-08-11 17:09:14 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2009-08-11 17:09:14 +0000 |
commit | 11af873fca0a3bc4c3476e35ec931a49dce101ee (patch) | |
tree | 7640dafa4c9d52aebe0cec75f577d29fa7d9fe1f /gold/ChangeLog | |
parent | 6a9adeca2c38bef2ae6554ecf954babda5dc6522 (diff) | |
download | gdb-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/ChangeLog | 6 |
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 |