diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-10-11 20:03:55 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-10-11 20:03:55 +0000 |
commit | 3303a2761a3f8b2c2a9e1c683a5f43fae5625be3 (patch) | |
tree | 1d9f8e13266a032fd7f940db1c6fb8a9cc525272 /gdb/Makefile.in | |
parent | 653cfe8544fcfa851946baa338fed32c71567def (diff) | |
download | gdb-3303a2761a3f8b2c2a9e1c683a5f43fae5625be3.zip gdb-3303a2761a3f8b2c2a9e1c683a5f43fae5625be3.tar.gz gdb-3303a2761a3f8b2c2a9e1c683a5f43fae5625be3.tar.bz2 |
* i386gnu-nat.c: Include "gdb_string.h".
(fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
registers when the floating-point state isn't initialized.
* Makefile.in (i386gnu-nat.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 59c81c8..51fa3ce 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2004,8 +2004,8 @@ i386fbsd-nat.o: i386fbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ i386fbsd-tdep.o: i386fbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ $(i386_tdep_h) $(i387_tdep_h) $(solib_svr4_h) i386gnu-nat.o: i386gnu-nat.c $(defs_h) $(inferior_h) $(floatformat_h) \ - $(regcache_h) $(gdb_assert_h) $(i386_tdep_h) $(gnu_nat_h) \ - $(i387_tdep_h) $(gregset_h) + $(regcache_h) $(gdb_assert_h) $(gdb_string_h) $(i386_tdep_h) \ + $(gnu_nat_h) $(i387_tdep_h) $(gregset_h) i386gnu-tdep.o: i386gnu-tdep.c $(defs_h) $(osabi_h) $(i386_tdep_h) i386-linux-nat.o: i386-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ $(regcache_h) $(linux_nat_h) $(gdb_assert_h) $(gdb_string_h) \ |