diff options
author | Alan Modra <amodra@gmail.com> | 2015-02-13 10:16:16 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-02-13 11:46:19 +1030 |
commit | 451dfd384383160be5bc60f50a7920975e66f593 (patch) | |
tree | 7b6155eee8d9a3dbd7f31fe1314488d671446ce8 /bfd/ChangeLog | |
parent | fc4c425de70c3a4f7826010c0d65bfe6fbf00fb8 (diff) | |
download | gdb-451dfd384383160be5bc60f50a7920975e66f593.zip gdb-451dfd384383160be5bc60f50a7920975e66f593.tar.gz gdb-451dfd384383160be5bc60f50a7920975e66f593.tar.bz2 |
PowerPC64 offset check should test entire 64-bit value is in section
PR binutils/17512
* elf64-ppc.c (opd_entry_value): Tighten offset check. Remove
now redundant assert.
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 1dd74d0..cb08b77 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-02-13 Alan Modra <amodra@gmail.com> + + PR binutils/17512 + * elf64-ppc.c (opd_entry_value): Tighten offset check. Remove + now redundant assert. + 2015-02-12 Nick Clifton <nickc@redhat.com> PR binutils/17512 |