0626f40d92
(_initialize_kernel_u_addr, getpagesize): New functions. (store_inferior_register_1): Change arg name from value to val. (fetch_core_registers): Make arg core_reg_size unsigned. Pass 5 args to ptrace. * config/m68k/xm-hp300hpux.h: Define FIVE_ARG_PTRACE. Remove KERNEL_U_ADDR stuff. * infptrace.c [FIVE_ARG_PTRACE]: Pass 5th arg to ptrace. * config/m68k/hp300hpux.m{t,h}: Move exec.o from NATDEPFILES to TDEPFILES * config/m68k/hp300hpux.mt: Mention GAS requirement. Remove hp-include stuff. Add m68k-tdep.o to TDEPFILES.
15 lines
458 B
Text
15 lines
458 B
Text
# Host: Hewlett-Packard 9000 series 300, running HPUX
|
|
# The following is true because gcc uses a different .o file format
|
|
# than the native HPUX compiler
|
|
#msg If you compile GDB with GCC on HPUX, you must make sure
|
|
#msg that the `nm' used in `munch' is GNU nm
|
|
#msg
|
|
|
|
XM_FILE= xm-hp300hpux.h
|
|
NAT_FILE= nm-hp300hpux.h
|
|
NATDEPFILES= infptrace.o inftarg.o fork-child.o hp300ux-nat.o
|
|
SYSV_DEFINE=-DSYSV
|
|
REGEX=regex.o
|
|
REGEX1=regex.o
|
|
ALLOCA=alloca.o
|
|
ALLOCA1=alloca.o
|