aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-05-30 18:29:10 +0000
committerMark Kettenis <kettenis@gnu.org>2004-05-30 18:29:10 +0000
commit448724fb1671f34227233dc5a0bb22c2e62e9c3b (patch)
tree12cc1bac9576230b7ba1a32f076450343f77b5e7 /gdb/Makefile.in
parent5ca8ca7c883865ddfb50a05bd35fd99221ef87c0 (diff)
downloadgdb-448724fb1671f34227233dc5a0bb22c2e62e9c3b.zip
gdb-448724fb1671f34227233dc5a0bb22c2e62e9c3b.tar.gz
gdb-448724fb1671f34227233dc5a0bb22c2e62e9c3b.tar.bz2
* fbsd-proc.c: Include "regcache.h", "regset.h" and
"gdb_assert.h". Con't include "gregset.h". (fbsd_make_corefile_notes): Use regset-based core file support instead off fill_gregset and fill_fpregset. * Makefile.in (fbsd-proc.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index b32499b..681e9bd 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1760,7 +1760,8 @@ expprint.o: expprint.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \
$(value_h) $(language_h) $(parser_defs_h) $(user_regs_h) $(target_h) \
$(gdb_string_h) $(block_h)
fbsd-proc.o: fbsd-proc.c $(defs_h) $(gdbcore_h) $(inferior_h) \
- $(gdb_string_h) $(elf_bfd_h) $(gregset_h)
+ $(regcache_h) $(regset_h) $(gdb_assert_h) $(gdb_string_h) \
+ $(elf_bfd_h)
f-exp.o: f-exp.c $(defs_h) $(gdb_string_h) $(expression_h) $(value_h) \
$(parser_defs_h) $(language_h) $(f_lang_h) $(bfd_h) $(symfile_h) \
$(objfiles_h) $(block_h)