* 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.
This commit is contained in:
parent
8b05f64a70
commit
4ef6b45196
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue