diff options
author | Nick Clifton <nickc@redhat.com> | 2009-01-27 15:41:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-01-27 15:41:56 +0000 |
commit | 1b0adfe09ccf94ad63361691d2e9e81b22896267 (patch) | |
tree | a73c7e014c93e2c0f36ed5b6cca47c270c4066e2 /binutils/ChangeLog | |
parent | 9f04c329a35831433f6fb0f03a387f56d2797dcf (diff) | |
download | gdb-1b0adfe09ccf94ad63361691d2e9e81b22896267.zip gdb-1b0adfe09ccf94ad63361691d2e9e81b22896267.tar.gz gdb-1b0adfe09ccf94ad63361691d2e9e81b22896267.tar.bz2 |
PR 9774
* objdump.c (disassemble_section): When the target uses signed
addresses make sure that we compute signed values.
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 29fd80f..88200db 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ 2009-01-27 Nick Clifton <nickc@redhat.com> + PR 9774 + * objdump.c (disassemble_section): When the target uses signed + addresses make sure that we compute signed values. + +2009-01-27 Nick Clifton <nickc@redhat.com> + * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS maintainers. |