forked from Imagelibrary/binutils-gdb
* armnbsd-nat.c: Include "gdb_string.h" and "inf_ptrace.h".
Reorder includes. Don't require FETCH_INFERIOR_REGISTERS to be defined. (armnbsd_fetch_registers): Rename from armnbsd_fetch_registers. Make static. (armnbsd_store_registers): Rename from armnbsd_store_registers. Make static. (_initialize_arm_netbsd_nat): Construct and add target vector. * Makefile.in (armnbsd-nat.o): Update dependencies. * config/arm/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and intarg.o, add inf-ptrace.o. (NAT_FILE): Set to solib.h. * config/arm/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and inftarg.o, add inf-ptrace.o. (NAT_FILE): Remove.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Host ARM running NetBSD
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o armnbsd-nat.o \
|
||||
# Host: NetBSD/arm
|
||||
NATDEPFILES= fork-child.o inf-ptrace.o corelow.o armnbsd-nat.o \
|
||||
solib-sunos.o
|
||||
NAT_FILE=nm-nbsdaout.h
|
||||
NAT_FILE= solib.h
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
# Host ARM running NetBSD
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o armnbsd-nat.o
|
||||
NAT_FILE= config/nm-nbsd.h
|
||||
# Host: NetBSD/arm
|
||||
NATDEPFILES= fork-child.o inf-ptrace.o corelow.o armnbsd-nat.o
|
||||
|
||||
Reference in New Issue
Block a user