diff options
author | John Darrington <john@darrington.wattle.id.au> | 2018-08-09 18:46:51 +0200 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-08-11 11:11:39 +0930 |
commit | 7cf9ebc6958462c3ef1372071d1ced5dae7bef3c (patch) | |
tree | 43a7ec637405791e2c9ad6814241bc752ea5e3fa /bfd/ChangeLog | |
parent | ae1f3b64e5818eed2354aa43740d4324ca18efcf (diff) | |
download | fsf-binutils-gdb-7cf9ebc6958462c3ef1372071d1ced5dae7bef3c.zip fsf-binutils-gdb-7cf9ebc6958462c3ef1372071d1ced5dae7bef3c.tar.gz fsf-binutils-gdb-7cf9ebc6958462c3ef1372071d1ced5dae7bef3c.tar.bz2 |
Deal with relocations which are 3 bytes in size
* reloc.c (_bfd_relocate_contents): Handle 3 byte relocs.
(_bfd_clear_contents): Likewise.
(bfd_perform_relocation): Likewise.
(bfd_install_relocation): 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 a62a854..46ec6b8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2018-08-11 John Darrington <john@darrington.wattle.id.au> + + * reloc.c (_bfd_relocate_contents): Handle 3 byte relocs. + (_bfd_clear_contents): Likewise. + (bfd_perform_relocation): Likewise. + (bfd_install_relocation): Likewise. + 2018-08-10 H.J. Lu <hongjiu.lu@intel.com> PR ld/23499 |