* printcmd.c (print_scalar_formatted): When truncating value we are
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 21 Sep 1993 18:54:46 +0000 (18:54 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 21 Sep 1993 18:54:46 +0000 (18:54 +0000)
commit4ef6b45196a6099536efa947d9cd0a306c964dc3
tree1ba0e00f77172fd3d3a59d6999f2061cbb78ce5c
parent8b05f64a705ca54f13007fb08912aef4ced6fc79
* printcmd.c (print_scalar_formatted): When truncating value we are
going to print as unsigned, handle it generally for any length
less than sizeof (LONGEST), rather than special-casing sizeof (char),
sizeof (short), and sizeof (long).  Clarify comment on what this
is for.
gdb/ChangeLog