diff options
author | John Gilmore <gnu@cygnus> | 1993-02-18 07:49:17 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-18 07:49:17 +0000 |
commit | 5824e607dc26326244bcd09998ebd1fc1153f8fc (patch) | |
tree | cbf672417516497cae19748021cf991ebce2022a /gdb/tm-i386bsd.h | |
parent | 0ae975eac9e87f7ce178edd62ed4b916db69b3f7 (diff) | |
download | gdb-5824e607dc26326244bcd09998ebd1fc1153f8fc.zip gdb-5824e607dc26326244bcd09998ebd1fc1153f8fc.tar.gz gdb-5824e607dc26326244bcd09998ebd1fc1153f8fc.tar.bz2 |
* mipsread.c (ZMAGIC): #undef to avoid duplicate define.
* remote.c (alarm): Move declaration to global level, before
first reference to it.
* 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 e92bead..23a3433 100644 --- a/gdb/tm-i386bsd.h +++ b/gdb/tm-i386bsd.h @@ -29,4 +29,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 386BSD cannot handle the segment registers. */ #undef NUM_REGS -#define NUM_REGS 12 +#define NUM_REGS 11 |