diff options
author | John Gilmore <gnu@cygnus> | 1992-10-16 11:35:02 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-16 11:35:02 +0000 |
commit | ede9d8a7eaa06a7176bc47fa96d037aa194e67df (patch) | |
tree | dc6f668a8499466ad566b69b353429cd222c521e /gdb/i386b-nat.c | |
parent | 2268d619462dfcaf7055aede6cde6f7015be29ba (diff) | |
download | gdb-ede9d8a7eaa06a7176bc47fa96d037aa194e67df.zip gdb-ede9d8a7eaa06a7176bc47fa96d037aa194e67df.tar.gz gdb-ede9d8a7eaa06a7176bc47fa96d037aa194e67df.tar.bz2 |
Split native dependent pieces out into new nm-file.
Diffstat (limited to 'gdb/i386b-nat.c')
-rw-r--r-- | gdb/i386b-nat.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/i386b-nat.c b/gdb/i386b-nat.c index 5c1ca07..07779dd 100644 --- a/gdb/i386b-nat.c +++ b/gdb/i386b-nat.c @@ -1,5 +1,5 @@ -/* 386BSD host interface. - Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc. +/* Native-dependent code for BSD Unix running on i386's, for GDB. + Copyright 1988, 1989, 1991, 1992 Free Software Foundation, Inc. This file is part of GDB. @@ -18,10 +18,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "defs.h" - #include <machine/reg.h> - /* this table must line up with REGISTER_NAMES in tm-i386.h */ /* symbols like 'tEAX' come from <machine/reg.h> */ static int tregmap[] = |