diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2015-12-09 16:13:58 -0800 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2015-12-09 16:13:58 -0800 |
commit | 33d4099fc891760ea1f080746dee4dcfc36c757c (patch) | |
tree | f2731d82ff6bcac86d7e551a1b2d0d1bfae5395a /bfd/ChangeLog | |
parent | a0fad44f986a8d09a0b319535955e32aa0507fc4 (diff) | |
download | gdb-33d4099fc891760ea1f080746dee4dcfc36c757c.zip gdb-33d4099fc891760ea1f080746dee4dcfc36c757c.tar.gz gdb-33d4099fc891760ea1f080746dee4dcfc36c757c.tar.bz2 |
Fix GOT address computations in initial PLT entries for nios2.
2015-12-09 Sandra Loosemore <sandra@codesourcery.com>
bfd/
* elf32-nios2.c (nios2_elf32_finish_dynamic_sections): Correct
%hiadj/%lo computations for _GLOBAL_OFFSET_TABLE_ in initial
PLT entries. Assert alignment requirements.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2473d6e..a306cca 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-12-09 Sandra Loosemore <sandra@codesourcery.com> + + * elf32-nios2.c (nios2_elf32_finish_dynamic_sections): Correct + %hiadj/%lo computations for _GLOBAL_OFFSET_TABLE_ in initial + PLT entries. Assert alignment requirements. + 2015-12-08 DJ Delorie <dj@redhat.com> * elf32-rl78.c (rl78_offset_for_reloc): Add more relocs. |