diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-16 20:29:11 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-16 20:29:11 +0000 |
commit | ca5807d9a53eb79c958f4ecb1ee280464d0f2745 (patch) | |
tree | 15890870ee4fa7af224766cdd29851dbfa9a7707 /gdb/Makefile.in | |
parent | c4f2d4d74d9c1c618714e23d309c78b6af1f9a48 (diff) | |
download | gdb-ca5807d9a53eb79c958f4ecb1ee280464d0f2745.zip gdb-ca5807d9a53eb79c958f4ecb1ee280464d0f2745.tar.gz gdb-ca5807d9a53eb79c958f4ecb1ee280464d0f2745.tar.bz2 |
* sparc64fbsd-nat.c: Include "fbsd-nat.h".
(_initialize_sparc64fbsd_nat): Add some extra features to the
generic SPARC target.
* Makefile.in (sparc64fbsd-nat.o): Update dependencies.
* config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
(NAT_FILE): Set to solib.h.
* config/sparc/nm-fbsd.h: Remove file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index aa52a1c..567732d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2533,7 +2533,7 @@ source.o: source.c $(defs_h) $(symtab_h) $(expression_h) $(language_h) \ $(symfile_h) $(objfiles_h) $(annotate_h) $(gdbtypes_h) $(linespec_h) \ $(filenames_h) $(completer_h) $(ui_out_h) $(readline_h) sparc64fbsd-nat.o: sparc64fbsd-nat.c $(defs_h) $(target_h) \ - $(sparc64_tdep_h) $(sparc_nat_h) + $(fbsd_nat_h) $(sparc64_tdep_h) $(sparc_nat_h) sparc64fbsd-tdep.o: sparc64fbsd-tdep.c $(defs_h) $(frame_h) \ $(frame_unwind_h) $(gdbcore_h) $(osabi_h) $(regcache_h) $(regset_h) \ $(target_h) $(trad_frame_h) $(gdb_assert_h) $(gdb_string_h) \ |