diff options
author | John Gilmore <gnu@cygnus> | 1991-09-10 08:56:09 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-10 08:56:09 +0000 |
commit | 81066208879cefefce3b900b852483a77ed23c2a (patch) | |
tree | 1297f375636d5d218cff99ebbef36f86d6470870 /gdb/Makefile.in | |
parent | ae07c044c3bf2e107226e9b719d9595a92e7af3e (diff) | |
download | gdb-81066208879cefefce3b900b852483a77ed23c2a.zip gdb-81066208879cefefce3b900b852483a77ed23c2a.tar.gz gdb-81066208879cefefce3b900b852483a77ed23c2a.tar.bz2 |
* utils.c (error): if error_pre_print is set, print the string
first.
* main.c (main, print_gnu_advertisement, print_gdb_version):
Reformat legalese so it always prints, but acts as an "I'm here"
message while symbols are being read. If any errors occur,
print a few newlines to set off the message and start it at the
left margin. Remove mention of "help" command, and don't yak about
symbol reading.
(catch_errors): Error string is now printed first in case of
error, not last.
* command.c (undef_cmd_error, lookup_cmd): On undefined command,
suggest the "help" command.
* Makefile.in (VERSION): Set to 4.0.2.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index dde9d1d..2213be4 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -132,7 +132,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${LIBIBERTY} ${RL_LIB} ADD_FILES = ${REGEX} ${ALLOCA} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES} ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES} -VERSION = 4.0.1 +VERSION = 4.0.2 DIST=gdb LINT=/usr/5bin/lint |