diff options
-rw-r--r-- | gdb/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/config/hp300hpux.mh | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6502671..7acb769 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ Thu Jan 28 19:09:02 1993 John Gilmore (gnu@cygnus.com) + * config/hp300hpux.mh: No cross-host file needed, just native. * config/go32.mh: Remove nonexistent "native" support. M88K fixes reported by Carl Greco, <cgreco@Creighton.Edu>: diff --git a/gdb/config/hp300hpux.mh b/gdb/config/hp300hpux.mh index 7b5bb4c..43e27a3 100644 --- a/gdb/config/hp300hpux.mh +++ b/gdb/config/hp300hpux.mh @@ -5,12 +5,9 @@ #msg that the `nm' used in `munch' is GNU nm #msg -# The headers in the directory hp-include override system headers -# and tell GDB to use BSD executable file format (hence -Ihp-include) -XDEPFILES= hp300ux-xdep.o XM_FILE= xm-hp300hpux.h NAT_FILE= nm-hp300hpux.h -NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o +NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o hp300ux-nat.o SYSV_DEFINE=-DSYSV REGEX=regex.o REGEX1=regex.o |