mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
073c6b2b61
(can't include it in nm-*.h file because it causes conflicts with a.out symbol definitions). * hp300ux-nat.c (fetch_core_registers): Commented out; obsolete. * config/m68k/hp300hpux.mh (NATDEPFILES): Added coredep.o and corelow.o. * config/m68k/nm-hp300hpux.h (NEED_SYS_CORE_H): Defined. (REGISTER_U_ADDR): Defined. * config/m68k/xm-hp300hpux.h (HAVE_TERMIOS): Define instead of HAVE_TERMIO. * config/pa/xm-hppah.h: Likewise.
14 lines
445 B
Plaintext
14 lines
445 B
Plaintext
# 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 coredep.o corelow.o
|
|
SYSV_DEFINE=-DSYSV
|
|
REGEX=regex.o
|
|
REGEX1=regex.o
|