diff options
author | John Gilmore <gnu@cygnus> | 1992-10-15 13:42:10 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-15 13:42:10 +0000 |
commit | 327f7197b0cf72996628cdca53d64914e366c585 (patch) | |
tree | 01f0cd1e9082facaa527437ccda7871a7e4553b5 /gdb/ChangeLog | |
parent | d5931d797dee8c07bb112be83593ca79b61ae43b (diff) | |
download | gdb-327f7197b0cf72996628cdca53d64914e366c585.zip gdb-327f7197b0cf72996628cdca53d64914e366c585.tar.gz gdb-327f7197b0cf72996628cdca53d64914e366c585.tar.bz2 |
* Makefile.in (VERSION): Roll to 4.6.8.
(OBS): Put version.o first, so Makefile rebuild happens early.
* command.h: Publicize prototype for not_just_help_class_command.
* command.c: Remove proto.
* maint.c: Mark "mt" as an abbrev, to avoid duplicated help
output. Move "maint info" from class info to class maintenance,
and improve text.
* infrun.c: Move "stop" to class_obscure, and give it a
function so it will not be seen as a global help topic. FIXME,
it should be possible to set these attributes independently.
* core.c (core_command): Make nicer error message for no core support.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f1ca49..5dc671f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -5,10 +5,10 @@ Thu Oct 15 02:59:30 1992 John Gilmore (gnu@cygnus.com) * command.h: Publicize prototype for not_just_help_class_command. * command.c: Remove proto. - * maint.c (maintenance_init): Mark "mt" as an abbrev, to avoid - duplicated help output. Move "maint info" from class info to - class maintenance, and improve text. - * infrun.c (): Move "stop" to class_obscure, and give it a + * maint.c: Mark "mt" as an abbrev, to avoid duplicated help + output. Move "maint info" from class info to class maintenance, + and improve text. + * infrun.c: Move "stop" to class_obscure, and give it a function so it will not be seen as a global help topic. FIXME, it should be possible to set these attributes independently. |