aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-05-31 10:01:18 +0000
committerMark Kettenis <kettenis@gnu.org>2004-05-31 10:01:18 +0000
commit1fc7d51975862d94b9413cfbbb4fabf39a1faaa6 (patch)
tree5d64c99bec96ba85faef13d6573aa4cb78b9e4d4 /gdb/Makefile.in
parentf531fcbcc2c263dab398bf3546f28772a4c9e0f5 (diff)
downloadgdb-1fc7d51975862d94b9413cfbbb4fabf39a1faaa6.zip
gdb-1fc7d51975862d94b9413cfbbb4fabf39a1faaa6.tar.gz
gdb-1fc7d51975862d94b9413cfbbb4fabf39a1faaa6.tar.bz2
* i386bsd-nat.c: Don't include "gregset.h".
(supply_gregset, fill_gregset): Make static. (supply_fpregset, fill_fpregset): Remove. * Makefile.in (i386bsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 681e9bd..ba25d03 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1855,7 +1855,7 @@ hpread.o: hpread.c $(defs_h) $(bfd_h) $(gdb_string_h) $(hp_symtab_h) \
hpux-thread.o: hpux-thread.c $(defs_h) $(gdbthread_h) $(target_h) \
$(inferior_h) $(regcache_h) $(gdb_stat_h) $(gdbcore_h)
i386bsd-nat.o: i386bsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
- $(gdb_assert_h) $(gregset_h) $(i386_tdep_h) $(i387_tdep_h)
+ $(gdb_assert_h) $(i386_tdep_h) $(i387_tdep_h)
i386bsd-tdep.o: i386bsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \
$(gdbcore_h) $(regcache_h) $(osabi_h) $(gdb_string_h) $(i386_tdep_h)
i386-cygwin-tdep.o: i386-cygwin-tdep.c $(defs_h) $(osabi_h) $(gdb_string_h) \