diff options
author | Gunther Nikl <gnikl@justmail.de> | 2020-04-29 14:42:41 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-29 14:42:41 +0100 |
commit | dfa85db14c5e64530200b166044fa7f01f61bd28 (patch) | |
tree | bc32242f1445fd679804099f19e6f75bb883ad42 /bfd/ChangeLog | |
parent | c2e71e57a0bfd74e9e7b883e457e4bb29bc17396 (diff) | |
download | gdb-dfa85db14c5e64530200b166044fa7f01f61bd28.zip gdb-dfa85db14c5e64530200b166044fa7f01f61bd28.tar.gz gdb-dfa85db14c5e64530200b166044fa7f01f61bd28.tar.bz2 |
bfd: Fix 64-bit relocation handling for a.out
* aoutx.h (swap_std_reloc_out): Special case 64 bit relocations.
(aout_link_reloc_link_order): Likewise. Make r_length an unsigned.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 054aa32..31e8526 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2020-04-29 Gunther Nikl <gnikl@justmail.de> + + * aoutx.h (swap_std_reloc_out): Special case 64 bit relocations. + (aout_link_reloc_link_order): Likewise. Make r_length an unsigned. + 2020-04-28 Alan Modra <amodra@gmail.com> * vms-alpha.c (_bfd_vms_slurp_etir): Correct divide by zero check. |