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/tm-i386bsd.h | |
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/tm-i386bsd.h')
-rw-r--r-- | gdb/tm-i386bsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-i386bsd.h b/gdb/tm-i386bsd.h index 23a3433..bb884b1 100644 --- a/gdb/tm-i386bsd.h +++ b/gdb/tm-i386bsd.h @@ -1,5 +1,5 @@ /* Macro definitions for i386 running under BSD Unix. - Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GDB. |