diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-10-31 15:35:08 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-10-31 15:35:08 +0000 |
commit | 41df370a712230da4a479995d9edca2a65358072 (patch) | |
tree | a87c2d878302543dbac0153ae928d460ec325a6d /gdb/i386-sol2-nat.c | |
parent | 6507d0a1dc39c323d427daf6089aac4156592795 (diff) | |
download | gdb-41df370a712230da4a479995d9edca2a65358072.tar.gz |
* i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
(fill_fpregset): Do not compile for 64-bit systems.
* i386-sol2-nat.c: Don't include "i386v4-nat.c".
* Makefile.in (i386-sol2-nat.o): Update dependencies.
* config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
Diffstat (limited to 'gdb/i386-sol2-nat.c')
-rw-r--r-- | gdb/i386-sol2-nat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/i386-sol2-nat.c b/gdb/i386-sol2-nat.c index 60cd8e984f8..cdfb631b17d 100644 --- a/gdb/i386-sol2-nat.c +++ b/gdb/i386-sol2-nat.c @@ -72,7 +72,6 @@ fill_fpregset (prfpregset_t *fpregs, int regnum) #else -/* 32-bit Solaris x86 is very similar to SVR4. */ -#include "i386v4-nat.c" +/* For 32-bit Solaris x86, we use the Unix SVR4 code in i386v4-nat.c. */ #endif |