aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-21 18:54:46 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-21 18:54:46 +0000
commit4ef6b45196a6099536efa947d9cd0a306c964dc3 (patch)
tree1ba0e00f77172fd3d3a59d6999f2061cbb78ce5c /gdb/ChangeLog
parent8b05f64a705ca54f13007fb08912aef4ced6fc79 (diff)
downloadgdb-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/ChangeLog6
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.