diff options
author | John Gilmore <gnu@cygnus> | 1993-02-18 07:53:44 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-18 07:53:44 +0000 |
commit | be220da15ab003d04e4a7e17096a0d98b1c5b2a3 (patch) | |
tree | 67a56a2bb9a8c91a3b0023076df047c76007dc2c /gdb/Makefile.in | |
parent | 5824e607dc26326244bcd09998ebd1fc1153f8fc (diff) | |
download | gdb-be220da15ab003d04e4a7e17096a0d98b1c5b2a3.zip gdb-be220da15ab003d04e4a7e17096a0d98b1c5b2a3.tar.gz gdb-be220da15ab003d04e4a7e17096a0d98b1c5b2a3.tar.bz2 |
* Makefile.in (VERSION): Roll to 4.7.9.
* xm-hp300bsd.h: Define PSIGNAL_IN_SIGNAL_H and put a compatible
definition here, to handle both BSD 4.3 and 4.4 systems.
* tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve.
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 cec7a7a..0154839 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -163,7 +163,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${NAT_CDEPS} \ ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES} ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES} -VERSION = 4.7.6 +VERSION = 4.7.9 DIST=gdb LINT=/usr/5bin/lint |