* 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:
parent
19d718a3ac
commit
0159bdbf8e
1 changed files with 1 additions and 1 deletions
|
@ -2037,7 +2037,7 @@ i386obsd-tdep.o: i386obsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \
|
|||
$(osabi_h) $(target_h) $(gdb_assert_h) $(gdb_string_h) \
|
||||
$(i386_tdep_h) $(i387_tdep_h) $(solib_svr4_h)
|
||||
i386-sol2-nat.o: i386-sol2-nat.c $(defs_h) $(regcache_h) $(gregset_h) \
|
||||
$(amd64_nat_h) $(amd64_tdep_h) $(i386v4_nat_c)
|
||||
$(amd64_nat_h) $(amd64_tdep_h)
|
||||
i386-sol2-tdep.o: i386-sol2-tdep.c $(defs_h) $(value_h) $(osabi_h) \
|
||||
$(gdb_string_h) $(i386_tdep_h) $(solib_svr4_h)
|
||||
i386-stub.o: i386-stub.c
|
||||
|
|
Loading…
Reference in a new issue