diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-12-18 17:36:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-12-18 17:36:33 +0000 |
commit | 87285d5bcb0f5584fe164007d6df1addfaec3850 (patch) | |
tree | 5f38e18b5eab6b91c753f10b6e5aa6def66e095d /gdb/config/pa/hpux11w.mh | |
parent | 1a20add74a2e59f528fe5e667a2cf6c135a4e2d4 (diff) | |
download | gdb-87285d5bcb0f5584fe164007d6df1addfaec3850.zip gdb-87285d5bcb0f5584fe164007d6df1addfaec3850.tar.gz gdb-87285d5bcb0f5584fe164007d6df1addfaec3850.tar.bz2 |
* hppah-nat.c: Remove file.
* infttrace.h: Remove file.
* infttrace.c: Remove file.
* Makefile.in (ALLDEPFILES): Remove hppah-nat.c
(infttrace_h): Remove variable.
(hppah-nat.o, infttrace.o): Remove dependencies.
* configure.host (hppa*64*-*-hpux11*): Remove.
* config/pa/hpux11w.mh: Remove file.
* config/pa/nm-hppah.h: Remove file.
* config/pa/nm-hppah11.h: Remove file.
Diffstat (limited to 'gdb/config/pa/hpux11w.mh')
-rw-r--r-- | gdb/config/pa/hpux11w.mh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/config/pa/hpux11w.mh b/gdb/config/pa/hpux11w.mh deleted file mode 100644 index 8b85c42..0000000 --- a/gdb/config/pa/hpux11w.mh +++ /dev/null @@ -1,11 +0,0 @@ -# Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00 - -# FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is -# stop GDB hanging on HP/UX. For some reason vfork() hangs yet fork() -# doesn't .... - -MH_CFLAGS = -Dvfork=fork - -NAT_FILE= nm-hppah11.h -NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o \ - infttrace.o |