diff options
author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-09-08 18:31:35 +0000 |
---|---|---|
committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-09-08 18:31:35 +0000 |
commit | 731ca54a85292ebb897a0d01efefe7f6320279d9 (patch) | |
tree | 2212fb89a4140377d5992e4ea65c0ddf921ac15c /gold/ChangeLog | |
parent | 9bd89d67b6a67f05379ee423e89146671d8ace83 (diff) | |
download | gdb-731ca54a85292ebb897a0d01efefe7f6320279d9.zip gdb-731ca54a85292ebb897a0d01efefe7f6320279d9.tar.gz gdb-731ca54a85292ebb897a0d01efefe7f6320279d9.tar.bz2 |
2010-09-08 Rafael Espindola <espindola@google.com>
* arm.cc (do_finalize_sections): Create the __exidx_start and
__exdix_end symbols even when the section is missing.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 45b3d7c..c5f3bda 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2010-09-08 Rafael Espindola <espindola@google.com> + + * arm.cc (do_finalize_sections): Create the __exidx_start and + __exdix_end symbols even when the section is missing. + 2010-09-08 Nick Clifton <nickc@redhat.com> * README: Remove claim that MEMORY is not supported. |