diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-03-30 13:37:13 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-03-30 13:37:13 +0000 |
commit | f41345a7583221631e8bcb88e809c319e861a612 (patch) | |
tree | c42288ce7262a1898ad75b7669552828fd3aa4a7 /bfd/ChangeLog | |
parent | 9aa174530d5bbdedec58a5c8936a16fb32c70b19 (diff) | |
download | gdb-f41345a7583221631e8bcb88e809c319e861a612.zip gdb-f41345a7583221631e8bcb88e809c319e861a612.tar.gz gdb-f41345a7583221631e8bcb88e809c319e861a612.tar.bz2 |
2012-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* elf64-s390.c: Use the section pointer shortcuts in
elf_link_hash_table and remove them from the target specific
variant.
* elf32-s390.c: 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 31f21d7..fc84a0c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2012-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + * elf64-s390.c: Use the section pointer shortcuts in + elf_link_hash_table and remove them from the target specific + variant. + * elf32-s390.c: Likewise. + +2012-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + * elf64-s390.c (elf_s390x_plt_entry, elf_s390x_first_plt_entry): New definitions. (PLT_PIC_ENTRY_WORD*, PLT_PIC12_ENTRY_WORD*): Remove. |