diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-31 21:09:04 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-31 21:09:04 +0000 |
commit | 6119aeebeac807c9a1640f7884cc8474d0af0fd0 (patch) | |
tree | 7e4cb2ceeeee7b290b4a1d7215991c8e7e542fae /gdb | |
parent | 6a51601ee92cfdf481063bdedc7076e8c8899150 (diff) | |
download | gdb-6119aeebeac807c9a1640f7884cc8474d0af0fd0.zip gdb-6119aeebeac807c9a1640f7884cc8474d0af0fd0.tar.gz gdb-6119aeebeac807c9a1640f7884cc8474d0af0fd0.tar.bz2 |
* printcmd.c (print_scalar_formatted): Print integers bigger than
LONGEST in hex no matter how big, and no matter what the format
and size.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e4ba053..7686de3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,10 @@ Mon May 31 10:37:04 1993 Jim Kingdon (kingdon@cygnus.com) - * stabread.c (read_type): Skip type attributes if present. + * printcmd.c (print_scalar_formatted): Print integers bigger than + LONGEST in hex no matter how big, and no matter what the format + and size. + + * stabsread.c (read_type): Skip type attributes if present. * stabsread.c (read_huge_number): Don't accept '0' + radix as part of number, just through '0' + radix - 1. |