Browse Source
* NEWS (New native configurations): Mention OpenBSD/sh. * configure.host: Add sh*-*-openbsd*. * shnbsd-nat.c: Include "inf-ptrace.h". (shnbsd_fetch_inferior_registers): Rename from fetch_inferior_registers. Make static. (shnbsd_store_inferior_registers): Rename from store_inferior_registers. Make static. (_initialize_shnbsd_nat): New function. * Makefile.in (shnbsd-nat.o): Update dependencies. * config/sh/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove. (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o.drow-reverse-20070409-branch
6 changed files with 47 additions and 14 deletions
@ -1,4 +1,2 @@ |
|||
# Host: SuperH running NetBSD |
|||
NAT_CLIBS= |
|||
NATDEPFILES= infptrace.o inftarg.o fork-child.o shnbsd-nat.o |
|||
NAT_FILE= config/nm-nbsd.h |
|||
# Host: NetBSD/sh |
|||
NATDEPFILES= fork-child.o inf-ptrace.o shnbsd-nat.o |
|||
|
|||
Loading…
Reference in new issue