baadce09a6
New variables. (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start and tdep->sigtramp_end. * i386obsd-nat.c: New file. * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
11 lines
326 B
Text
11 lines
326 B
Text
# Host: Intel 386 running OpenBSD
|
|
|
|
XM_FILE= xm-i386.h
|
|
|
|
NAT_FILE= nm-obsd.h
|
|
NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o i386obsd-nat.o \
|
|
solib.o solib-sunos.o
|
|
|
|
# The OpenBSD yacc generates yyname and yyrule tables that conflict at
|
|
# link time if we define YYDEBUG to a non-zero value.
|
|
MH_CFLAGS= -DYYDEBUG=0
|