diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-23 05:56:42 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-23 05:56:42 +0000 |
commit | 29f3879c6192f09a29be734e3dc305868c82fa4a (patch) | |
tree | fa6083111d40427eba830cf5f78154539b4cc96f /gdb | |
parent | a49ead8f5d29d526968f2d26c4d9ff558bb0fda6 (diff) | |
download | gdb-29f3879c6192f09a29be734e3dc305868c82fa4a.zip gdb-29f3879c6192f09a29be734e3dc305868c82fa4a.tar.gz gdb-29f3879c6192f09a29be734e3dc305868c82fa4a.tar.bz2 |
* main.c (main): Print help message on stdout not stderr
per standards.texi.
New option --version per standards.texi.
In help message, show long options with "--" not "-".
Don't try to print help message or version until after we have
called initialize_all_files.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 69c0f2b..089294b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Wed Jun 23 00:25:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * main.c (main): Print help message on stdout not stderr + per standards.texi. + New option --version per standards.texi. + In help message, show long options with "--" not "-". + Don't try to print help message or version until after we have + called initialize_all_files. + Tue Jun 22 03:15:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol. |