diff options
author | Nick Clifton <nickc@redhat.com> | 2012-07-26 13:43:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-07-26 13:43:24 +0000 |
commit | 054565943aa9abff8ffa9ab848eeae3873f27395 (patch) | |
tree | 19c29f167261b81b54b37f72edd07c9e1c203884 /bfd/ChangeLog | |
parent | 29f7799750d2821a82d596892b5d59e8c91c5587 (diff) | |
download | gdb-054565943aa9abff8ffa9ab848eeae3873f27395.zip gdb-054565943aa9abff8ffa9ab848eeae3873f27395.tar.gz gdb-054565943aa9abff8ffa9ab848eeae3873f27395.tar.bz2 |
PR ld/14397
* elf32-arm.c (elf32_arm_finish_dynamic_sections): Report an error
if a required section is missing from the linker script.
* ld-arm/arm-elf.exp: Add tests of linking without .rel.plt.
* ld-arm/arm-no-rel-plt.out: Linker script without .rel.plt section.
* ld-arm/arm-no-rel-plt.out: Expected output.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3ed8a84..d350f0c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2012-07-26 Meador Inge <meadori@codesourcery.com> + Nick Clifton <nickc@redhat.com> + + PR ld/14397 + * elf32-arm.c (elf32_arm_finish_dynamic_sections): Report an error + if a required section is missing from the linker script. + 2012-07-24 Jan Waclawek <konfera@efton.sk> PR 13899 * elf32-avr.c (elf32_avr_relax_delete_bytes): Call |