aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-04-11 18:57:57 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-04-11 18:57:57 +0000
commitf1cd942d080d73f18461273f14c3bdbf7f940b67 (patch)
tree60e806ae5d64a839f44f4998d9b026c49c7f57c3 /gdb/ChangeLog
parent162bcd89b4b07c117f28f40621480a82f98c0d4e (diff)
downloadfsf-binutils-gdb-f1cd942d080d73f18461273f14c3bdbf7f940b67.zip
fsf-binutils-gdb-f1cd942d080d73f18461273f14c3bdbf7f940b67.tar.gz
fsf-binutils-gdb-f1cd942d080d73f18461273f14c3bdbf7f940b67.tar.bz2
* printcmd.c (print_address_numeric): Pass use_local to
print_longest, rather than always passing 1.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 84b15e1..869f98d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Tue Apr 11 09:35:20 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * printcmd.c (print_address_numeric): Pass use_local to
+ print_longest, rather than always passing 1.
+
* nlm/Makefile.in: Remove comments discussing munch.
Tue Apr 11 11:07:12 1995 Michael Meissner <meissner@tiktok.cygnus.com>