* config/i386/nbsd.mt (TDEPFILES): Move solib.o from here...
* config/i386/nbsd.mh (NATDEPFILES): ...to here. * config/m68k/nbsd.mt (TDEPFILES): Move solib.o from here... * config/m68k/nbsd.mh (NATDEPFILES): ...to here. * config/ns32k/nbsd.mt (TDEPFILES): Move solib.o from here... * config/ns32k/nbsd.mh (NATDEPFILES): ...to here. * config/powerpc/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o. * configure.tgt (powerpc-*-netbsd*): add gdbserver to configdirs. * gdbserver/low-nbsd.c (initialize_arch): Define for PPC. (fetch_inferior_registers): Likewise. (store_inferior_registers): Likewise. * gdbserver/low-nbsd.c (fetch_inferior_registers): Handle X86 floating point registers. (store_inferior_registers): Likewise. -------------------------------------------------------------------
This commit is contained in:
parent
c741b251b9
commit
9cebe72f24
10 changed files with 200 additions and 27 deletions
|
@ -1,5 +1,6 @@
|
|||
# Host: PC532 running NetBSD
|
||||
XDEPFILES= ser-tcp.o
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o \
|
||||
ns32knbsd-nat.o solib.o
|
||||
XM_FILE= xm-nbsd.h
|
||||
NAT_FILE= nm-nbsd.h
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o ns32knbsd-nat.o
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Target: PC532 running NetBSD
|
||||
TDEPFILES= ns32k-tdep.o solib.o
|
||||
TDEPFILES= ns32k-tdep.o
|
||||
TM_FILE= tm-nbsd.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue