diff options
author | Alan Modra <amodra@gmail.com> | 2015-07-22 10:26:29 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-07-23 00:45:54 +0930 |
commit | 7360e63f80782cf34a195eb1c6149760c3da7f14 (patch) | |
tree | d02f4db632cff124c33390e1969038de891163cf /binutils/ChangeLog | |
parent | 511b1657d2b251e529a7a0634325bb7d8f3af80d (diff) | |
download | gdb-7360e63f80782cf34a195eb1c6149760c3da7f14.zip gdb-7360e63f80782cf34a195eb1c6149760c3da7f14.tar.gz gdb-7360e63f80782cf34a195eb1c6149760c3da7f14.tar.bz2 |
readelf display of 0x800...000 addend
* readelf.c (dump_relocations): Show MIN_INT addends as negative.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c1314cc..2b1f8c4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2015-07-22 Alan Modra <amodra@gmail.com> + + * readelf.c (dump_relocations): Show MIN_INT addends as negative. + 2015-07-20 Alan Modra <amodra@gmail.com> * doc/Makefile.in: Regenerate. |