diff options
author | Alan Modra <amodra@gmail.com> | 2017-02-28 23:42:29 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-02-28 23:49:28 +1030 |
commit | 3de43e7beb9839fa268a73be77de73a7b7cd97db (patch) | |
tree | 70e24494b90d6c35a204c299764b62d757adea7d /bfd/ChangeLog | |
parent | 15c7c1d8a535000e94ed36f4259d0ede32001408 (diff) | |
download | gdb-3de43e7beb9839fa268a73be77de73a7b7cd97db.zip gdb-3de43e7beb9839fa268a73be77de73a7b7cd97db.tar.gz gdb-3de43e7beb9839fa268a73be77de73a7b7cd97db.tar.bz2 |
PowerPC addpcis fix again
In the last patch I said "The patch also fixes overflow checking".
In fact, there wasn't anything wrong with the previous code. So,
revert that change. The new checks are OK too, so this is just a
tidy.
* elf64-ppc.c (ppc64_elf_ha_reloc): Revert last change.
(ppc64_elf_relocate_section): Likewise.
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 68fb27e..86a19a3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2017-02-28 Alan Modra <amodra@gmail.com> + * elf64-ppc.c (ppc64_elf_ha_reloc): Revert last change. + (ppc64_elf_relocate_section): Likewise. + +2017-02-28 Alan Modra <amodra@gmail.com> + PR 20995 * elf32-nios2.c (nios2_elf32_relocate_section): Use htab rather than elf32_nios2_hash_table or elf_hash_table. |