diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-11-20 23:04:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-11-20 23:04:53 +0000 |
commit | 3f70a5e974dd367ac198629ef635c08ab0c648eb (patch) | |
tree | a40626454b7de937fd91e1659db5cc56979def99 /gdb | |
parent | 77ee03ac8eedea86c34a4948cee5b38d60c0737f (diff) | |
download | gdb-3f70a5e974dd367ac198629ef635c08ab0c648eb.zip gdb-3f70a5e974dd367ac198629ef635c08ab0c648eb.tar.gz gdb-3f70a5e974dd367ac198629ef635c08ab0c648eb.tar.bz2 |
* config/pa/hppahpux.mh: Remove file.
* config/pa/hpux1020.mh: Remove file.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/config/pa/hppahpux.mh | 6 | ||||
-rw-r--r-- | gdb/config/pa/hpux1020.mh | 12 |
3 files changed, 5 insertions, 18 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0b77143..9c5ffe4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Mark Kettenis <kettenis@gnu.org> + + * config/pa/hppahpux.mh: Remove file. + * config/pa/hpux1020.mh: Remove file. + 2004-11-20 Andreas Schwab <schwab@suse.de> * configure.host: Set host floatformat for m68k. diff --git a/gdb/config/pa/hppahpux.mh b/gdb/config/pa/hppahpux.mh deleted file mode 100644 index f07ddab..0000000 --- a/gdb/config/pa/hppahpux.mh +++ /dev/null @@ -1,6 +0,0 @@ -# Host: Hewlett-Packard PA-RISC machine, running HPUX - -NAT_FILE= nm-hppah.h -NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infptrace.o - -HOST_IPC=-DBSD_IPC -DPOSIX_WAIT diff --git a/gdb/config/pa/hpux1020.mh b/gdb/config/pa/hpux1020.mh deleted file mode 100644 index 647130e..0000000 --- a/gdb/config/pa/hpux1020.mh +++ /dev/null @@ -1,12 +0,0 @@ -# Host: Hewlett-Packard PA-RISC machine, running HPUX 10.20 - -# 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-hppah.h -NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infptrace.o - -HOST_IPC=-DBSD_IPC -DPOSIX_WAIT |