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/config | |
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/config')
-rw-r--r-- | gdb/config/i386sol2.mh | 4 | ||||
-rw-r--r-- | gdb/config/i386v4.mh | 4 | ||||
-rw-r--r-- | gdb/config/ncr3000.mh | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gdb/config/i386sol2.mh b/gdb/config/i386sol2.mh index 82fadb20..44a6247 100644 --- a/gdb/config/i386sol2.mh +++ b/gdb/config/i386sol2.mh @@ -15,8 +15,8 @@ XDEPFILES= # Use the i386 SVR4 host configuration file. XM_FILE= xm-i386v4.h -NAT_FILE= nm-i386v.h -NATDEPFILES= exec.o procfs.o fork-child.o i386v-nat.o +NAT_FILE= nm-i386v4.h +NATDEPFILES= corelow.o exec.o procfs.o fork-child.o i386v4-nat.o # We need to find alloca() somewhere. Gcc has one built in, but most other # compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because diff --git a/gdb/config/i386v4.mh b/gdb/config/i386v4.mh index 9e559f1..da90b1b 100644 --- a/gdb/config/i386v4.mh +++ b/gdb/config/i386v4.mh @@ -11,8 +11,8 @@ XDEPFILES= # Use the i386 SVR4 host configuration file. XM_FILE= xm-i386v4.h -NAT_FILE= nm-i386v.h -NATDEPFILES= exec.o procfs.o fork-child.o i386v-nat.o +NAT_FILE= nm-i386v4.h +NATDEPFILES= corelow.o exec.o procfs.o fork-child.o i386v4-nat.o # We need to find alloca() somewhere. Gcc has one built in, but most other # compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because diff --git a/gdb/config/ncr3000.mh b/gdb/config/ncr3000.mh index 13a339b..338d13e 100644 --- a/gdb/config/ncr3000.mh +++ b/gdb/config/ncr3000.mh @@ -20,8 +20,8 @@ XDEPFILES= # Use the i386 SVR4 host configuration file. XM_FILE= xm-i386v4.h -NAT_FILE= nm-i386v.h -NATDEPFILES= exec.o procfs.o fork-child.o i386v-nat.o +NAT_FILE= nm-i386v4.h +NATDEPFILES= corelow.o exec.o procfs.o fork-child.o i386v4-nat.o # We need to find alloca() somewhere. Gcc has one built in, but most other # compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because |