diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-02-21 12:19:55 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-02-21 12:19:55 +0000 |
commit | b34db5769e55f2fffd03288a0957b4f571f98475 (patch) | |
tree | ed3874140d255470e19ab8a92f2426b02eb35546 /gdb/Makefile.in | |
parent | 3e56fc4b479c7ec6ceae3ec904d0c833565abbd4 (diff) | |
download | gdb-b34db5769e55f2fffd03288a0957b4f571f98475.zip gdb-b34db5769e55f2fffd03288a0957b4f571f98475.tar.gz gdb-b34db5769e55f2fffd03288a0957b4f571f98475.tar.bz2 |
* Makefile.in (armnbsd-nat.o): Update dependencies.
* armnbsd-nat.c (supply_gregset): New function. Common code to
supply the integer register set.
(supply_fparegset): New function. Similar for FPA registers.
(fetch_regs, fetch_fp_regs): Use them.
(fetch_core_registers): Likewise.
(fetch_elfcore_registers): New function.
(arm_netbsd_elfcore_fns): New core-file type specification.
(_initialize_arm_netbsd_nat): Register it.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9959d55..87a7fdd 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1251,7 +1251,8 @@ arm-tdep.o: arm-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcmd_h) \ $(BFD_SRC)/elf-bfd.h $(INCLUDE_DIR)/coff/internal.h \ $(INCLUDE_DIR)/elf/arm.h -armnbsd-nat.o: armnbsd-nat.c $(defs_h) arm-tdep.h $(inferior_h) $(regcache_h) +armnbsd-nat.o: armnbsd-nat.c $(defs_h) arm-tdep.h $(inferior_h) $(regcache_h) \ + $(gdbcore_h) armnbsd-tdep.o: armnbsd-tdep.c $(defs_h) arm-tdep.h |