diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-06-26 11:47:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-06-26 11:47:53 +0000 |
commit | cb4610693dc34ce904d1c6f1fb7f49cc2149dbd1 (patch) | |
tree | 5e848d8c2c0627a997d18349ab53da9aea58e756 /gdb/Makefile.in | |
parent | ecba89de449427ffe53a5e63b3e88c9a7d3ad530 (diff) | |
download | gdb-cb4610693dc34ce904d1c6f1fb7f49cc2149dbd1.zip gdb-cb4610693dc34ce904d1c6f1fb7f49cc2149dbd1.tar.gz gdb-cb4610693dc34ce904d1c6f1fb7f49cc2149dbd1.tar.bz2 |
* amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
(gregset_t, fpregset_t): Remove typedefs.
(REG_OFFSET): Rename argument.
(amd64bsd_r_reg_offset): Rename from reg_offset.
(supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
Remove functions.
(_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
of reg_offset.
* Makefile.in (amd64fbsd-nat.o): Update dependencies.
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 ad7f933..01d98ee 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1565,7 +1565,7 @@ alpha-tdep.o: alpha-tdep.c $(defs_h) $(doublest_h) $(frame_h) \ amd64bsd-nat.o: amd64bsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(gdb_assert_h) $(amd64_tdep_h) $(amd64_nat_h) amd64fbsd-nat.o: amd64fbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ - $(gdb_assert_h) $(gregset_h) $(amd64_tdep_h) $(amd64_nat_h) + $(gdb_assert_h) $(amd64_tdep_h) $(amd64_nat_h) amd64fbsd-tdep.o: amd64fbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ $(gdbcore_h) $(regcache_h) $(osabi_h) $(gdb_string_h) \ $(amd64_tdep_h) $(solib_svr4_h) |