From: Jim Kingdon Date: Tue, 21 Sep 1993 18:54:46 +0000 (+0000) Subject: * printcmd.c (print_scalar_formatted): When truncating value we are X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ef6b45196a6099536efa947d9cd0a306c964dc3;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5cfd6ea697f..63e5cb3d0ab 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.