diff options
author | Alan Modra <amodra@gmail.com> | 2013-03-04 12:12:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-03-04 12:12:11 +0000 |
commit | f75e0e336f4dc82dfcd05c87d59d0723cbb147de (patch) | |
tree | 9e3a8f8adcd697d9e0dab32ce858fa230d4c4aa0 /bfd/ChangeLog | |
parent | 17e3916e23e6a4228b2d1c34ecef260c69d4c680 (diff) | |
download | gdb-f75e0e336f4dc82dfcd05c87d59d0723cbb147de.zip gdb-f75e0e336f4dc82dfcd05c87d59d0723cbb147de.tar.gz gdb-f75e0e336f4dc82dfcd05c87d59d0723cbb147de.tar.bz2 |
* elf32-ppc.c (ppc_elf_relocate_section <R_PPC_PLTREL24>): Adjust
non-zero addends when relocatable, rather than addends >= 32768.
Always zero "addend" before applying relocation.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8b949e4..70015a5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2013-03-04 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relocate_section <R_PPC_PLTREL24>): Adjust + non-zero addends when relocatable, rather than addends >= 32768. + Always zero "addend" before applying relocation. + 2013-03-04 Nick Clifton <nickc@redhat.com> * archive64.c (bfd_elf64_archive_write_armap): Fix calculation of @@ -1017,8 +1023,8 @@ 2013-01-07 Tom Tromey <tromey@redhat.com> * section.c (_bfd_std_section): Rename from std_section. - (bfd_com_section_ptr, bfd_und_section_ptr, bfd_abs_section_ptr) - (STD_SECTION): Update. + (bfd_com_section_ptr, bfd_und_section_ptr, bfd_abs_section_ptr) + (STD_SECTION): Update. * bfd-in2.h: Rebuild. 2013-01-04 Juergen Urban <JuergenUrban@gmx.de> |