diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 15:55:01 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 15:55:01 +0000 |
commit | e4de50d4470ce6fbfce8b55af8be56b71e0889d9 (patch) | |
tree | a1083fe0e82fc535cc143333570dd4e1ef51c4ea /bfd/ChangeLog | |
parent | dab06dbee5a3fb43f043a5a983b26125b5484c9e (diff) | |
download | gdb-e4de50d4470ce6fbfce8b55af8be56b71e0889d9.zip gdb-e4de50d4470ce6fbfce8b55af8be56b71e0889d9.tar.gz gdb-e4de50d4470ce6fbfce8b55af8be56b71e0889d9.tar.bz2 |
Revert the change for PR ld/r13909
bfd/
PR ld/13909
* elf32-i386.c (elf_i386_create_dynamic_sections): Revert the
last change.
* elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Likewise.
ld/testsuite/
2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
PR ld/13909
* ld-i386/i386.exp: Revert the last change.
* ld-x86-64/x86-64.exp: Likewise.
* ld-i386/dummy.s: Removed.
* ld-i386/pr13909.d: Likewise.
* ld-x86-64/pr13909.d: Likewise.
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 a92ebe8..88030e7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2012-05-22 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/13909 + * elf32-i386.c (elf_i386_create_dynamic_sections): Revert the + last change. + * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Likewise. + 2012-05-22 Alan Modra <amodra@gmail.com> * elflink.c (bfd_elf_discard_info): Look for next .eh_frame if |