diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-11 15:48:15 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-11 15:48:15 +0000 |
commit | e04d7088afe0be6ef89900a994bd48bf35d17e77 (patch) | |
tree | 35c85e2294cb877921ecbf5a7dbbec706690a435 /binutils/ChangeLog | |
parent | 208a4923edd990535a9bbf73bf39a8609771aec3 (diff) | |
download | gdb-e04d7088afe0be6ef89900a994bd48bf35d17e77.zip gdb-e04d7088afe0be6ef89900a994bd48bf35d17e77.tar.gz gdb-e04d7088afe0be6ef89900a994bd48bf35d17e77.tar.bz2 |
Always display addend as signed hex number
binutils/
PR binutils/14088
* readelf.c (dump_relocations): Always display addend as
signed hex number.
ld/testsuite/
PR binutils/14088
* ld-ia64/tlspic.rd: Updated.
* ld-x86-64/tlsdesc-nacl.rd: Likewise.
* ld-x86-64/tlsdesc.rd: Likewise.
* ld-x86-64/tlspic-nacl.rd: Likewise.
* ld-x86-64/tlspic.rd: Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f620fe0..3a5c740 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2012-05-11 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/14088 + * readelf.c (dump_relocations): Always display addend as + signed hex number. + 2012-05-11 Daniel Richard G. <skunk@iskunk.org> PR binutils/14028 |