diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-19 10:23:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-19 10:23:39 +0000 |
commit | b19aac67f88b9d48ac9b91f89afbab18ce6b2f77 (patch) | |
tree | e912bb4cae76a3dc25309f18dcac350ab89d2993 /binutils/ChangeLog | |
parent | 4add8633611b5b873029a4b736aeb4bf72aef5ea (diff) | |
download | gdb-b19aac67f88b9d48ac9b91f89afbab18ce6b2f77.zip gdb-b19aac67f88b9d48ac9b91f89afbab18ce6b2f77.tar.gz gdb-b19aac67f88b9d48ac9b91f89afbab18ce6b2f77.tar.bz2 |
When printing DEC_5 values, if the number is bigger than 99999 switch to using
hexadecimal notation.
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 7008bf9..cf78bb2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2003-06-19 Nick Clifton <nickc@redhat.com> + + * readelf.c (print_vma): When printing DEC_5 values, if the + number is bigger than 99999 switch to using hexadecimal + notation. + 2003-06-11 Nick Clifton <nickc@redhat.com> * objcopy.c (gnu_debuglink_filename): New variable. |