From f69c55b294b169f51dbd7e770d84d0024b201b79 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 31 Oct 2004 15:35:08 +0000 Subject: * 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. --- gdb/i386-sol2-nat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/i386-sol2-nat.c') diff --git a/gdb/i386-sol2-nat.c b/gdb/i386-sol2-nat.c index 60cd8e9..cdfb631 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 -- cgit v1.1