dfe6eb1f71
fetch_elfcore_registers to... * i386nbsd-tdep.c: ...here. (i386nbsd_use_struct_convention): Rename to... (i386nbsd_aout_use_struct_convention): ...this. (i386nbsd_supply_reg): New function. (i386nbsd_fill_reg): New function. (fetch_core_registers): Use i386nbsd_supply_reg. (fetch_elfcore_registers): Likewise. (_initialize_i386nbsd_tdep): New function. * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o. * config/i386/nbsdelf.mh (NATDEPFILES): Likewise. * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o. * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to... (i386nbsd_aout_use_struct_convention): ...this.
12 lines
542 B
Text
12 lines
542 B
Text
# Host: Intel 386 running NetBSD
|
|
|
|
# NATDEPFILES must remain entirely on one line for *BSD. When
|
|
# building a cross debugger, configure will cause this line to be
|
|
# commented out in the Makefile. BSD make doesn't permit the use of a
|
|
# continuation character (backslash) to extend a commented line. As a
|
|
# consequence, BSD make considers subsequent tab-indented lines to be
|
|
# "unassociated shell commands".
|
|
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386bsd-nat.o solib.o solib-sunos.o
|
|
|
|
XM_FILE= xm-nbsd.h
|
|
NAT_FILE= nm-nbsd.h
|