diff options
author | Fred Fish <fnf@specifix.com> | 1992-10-17 08:07:14 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-10-17 08:07:14 +0000 |
commit | 4d0eabff256968b7dea2bf8ec139d2d5ad9128cf (patch) | |
tree | e9950c8baed062fc14393a3c4cdbd797b341cc53 /gdb/nm-i386v4.h | |
parent | c36989aa959fa725199289d43b6978414fdcaad5 (diff) | |
download | gdb-4d0eabff256968b7dea2bf8ec139d2d5ad9128cf.zip gdb-4d0eabff256968b7dea2bf8ec139d2d5ad9128cf.tar.gz gdb-4d0eabff256968b7dea2bf8ec139d2d5ad9128cf.tar.bz2 |
Native support cleanup and corefile fixes for i386 SVR4 systems.
* i386-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
fill_fpregset): Moved to i386v4-nat.c
* i386v4-nat.c, nm-i386v4.h, : New files.
* i386sol2.mh, i386v4.mh, ncr3000.mh (NAT_FILE): Use nm-i386v4.h.
* i386sol2.mh, i386v4.mh, ncr3000.mh (NATDEPFILES): Add corelow.o,
change i386v-nat.o to i386v4-nat.o.
Diffstat (limited to 'gdb/nm-i386v4.h')
-rw-r--r-- | gdb/nm-i386v4.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/nm-i386v4.h b/gdb/nm-i386v4.h new file mode 100644 index 0000000..749510b --- /dev/null +++ b/gdb/nm-i386v4.h @@ -0,0 +1,20 @@ +/* Native support for i386 running SVR4. + Copyright 1986, 1987, 1989, 1992 Free Software Foundation, Inc. + Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu), July 1988. + +This file is part of GDB. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + |