diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-21 18:54:46 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-21 18:54:46 +0000 |
commit | 4ef6b45196a6099536efa947d9cd0a306c964dc3 (patch) | |
tree | 1ba0e00f77172fd3d3a59d6999f2061cbb78ce5c /gdb/ChangeLog | |
parent | 8b05f64a705ca54f13007fb08912aef4ced6fc79 (diff) | |
download | gdb-4ef6b45196a6099536efa947d9cd0a306c964dc3.zip gdb-4ef6b45196a6099536efa947d9cd0a306c964dc3.tar.gz gdb-4ef6b45196a6099536efa947d9cd0a306c964dc3.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5cfd6ea..63e5cb3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Tue Sep 21 11:44:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * 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. + * symfile.c (deduce_language_from_filename): Accept .cxx for C++. * buildsym.c (start_subfile): Use deduce_language_from_filename rather than checking for .C or .cc ourself. |