mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* 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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user