diff options
author | Alan Modra <amodra@gmail.com> | 2016-08-23 12:20:59 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-08-23 12:21:25 +0930 |
commit | eacfca90f1ff457d3a7be9d593040218b6208d2b (patch) | |
tree | 8891498c746ceb8622a0b6de3479734124befbf1 /bfd/ChangeLog | |
parent | ed02c2d1944169075bff73de3c31bad80ecdd2c7 (diff) | |
download | fsf-binutils-gdb-eacfca90f1ff457d3a7be9d593040218b6208d2b.zip fsf-binutils-gdb-eacfca90f1ff457d3a7be9d593040218b6208d2b.tar.gz fsf-binutils-gdb-eacfca90f1ff457d3a7be9d593040218b6208d2b.tar.bz2 |
R_OR1K_GOTOFF_* relocations
PR 20475
* elf32-or1k.c (or1k_elf_relocate_section): Offset from
_GLOBAL_OFFSET_TABLE_, not start of .got section.
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 87823ee..1aad274 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-08-23 Alan Modra <amodra@gmail.com> + + PR 20475 + * elf32-or1k.c (or1k_elf_relocate_section): Offset from + _GLOBAL_OFFSET_TABLE_, not start of .got section. + 2016-08-22 Nick Clifton <nickc@redhat.com> * doc/chew.c (main): Free the string buffer used to files as they |