* printcmd.c (print_scalar_formatted): Print integers bigger than
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 31 May 1993 21:09:04 +0000 (21:09 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 31 May 1993 21:09:04 +0000 (21:09 +0000)
LONGEST in hex no matter how big, and no matter what the format
and size.

gdb/ChangeLog

index e4ba053169c610cf830c083fd54aa96f52433ceb..7686de350aa43bf2c249d6fa3272dddc92b916eb 100644 (file)
@@ -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.