aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-06-11 20:05:03 +0000
committerJim Blandy <jimb@codesourcery.com>2002-06-11 20:05:03 +0000
commit475b08678044b12807e00bc0cb1bb4882711af91 (patch)
treed4b3e5ed535d07eaca475b4a9ed17b90374b534d /gdb/ChangeLog
parent9e36416278c7943ae237b89ef05d20bda0fef68f (diff)
downloadgdb-475b08678044b12807e00bc0cb1bb4882711af91.zip
gdb-475b08678044b12807e00bc0cb1bb4882711af91.tar.gz
gdb-475b08678044b12807e00bc0cb1bb4882711af91.tar.bz2
Call the command `info macro', not `show macro'.
* gdb/macrocmd.c (info_macro_command): Renamed from `show_macro_command'. Fix error message. (_initialize_macrocmd): Register `info_macro_command' in `infolist', not `showlist'. * gdb/doc/gdb.texinfo (Macros): Call the command `info macro', not `show macro'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9ebf2dc..a9d6a23 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2002-06-11 Jim Blandy <jimb@redhat.com>
+
+ Call the command `info macro', not `show macro'.
+ * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
+ Fix error message.
+ (_initialize_macrocmd): Register `info_macro_command' in
+ `infolist', not `showlist'.
+
2002-06-11 Daniel Jacobowitz <drow@mvista.com>
* mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)