diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-08-23 23:15:40 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-08-23 23:15:40 +0000 |
commit | 0d2856175c7a3c7609d5a42010d3439b1f9be238 (patch) | |
tree | 2f57d2a687c059143f3247844a33561e491cf188 | |
parent | 53a5351d907ef4eacd463a48a86d35b2b70b9f60 (diff) | |
download | gdb-0d2856175c7a3c7609d5a42010d3439b1f9be238.zip gdb-0d2856175c7a3c7609d5a42010d3439b1f9be238.tar.gz gdb-0d2856175c7a3c7609d5a42010d3439b1f9be238.tar.bz2 |
Files removed as of the 1999-08-23 snapshot.
-rw-r--r-- | gdb/config/pa/hpux1100.mh | 11 | ||||
-rw-r--r-- | gdb/config/pa/hpux1100.mt | 3 | ||||
-rw-r--r-- | gdb/config/pa/hpux1100w.mh | 11 | ||||
-rw-r--r-- | gdb/config/pa/hpux1100w.mt | 3 | ||||
-rw-r--r-- | gdb/doc/HPPA-cfg.texi | 48 |
5 files changed, 0 insertions, 76 deletions
diff --git a/gdb/config/pa/hpux1100.mh b/gdb/config/pa/hpux1100.mh deleted file mode 100644 index 10fbd7e..0000000 --- a/gdb/config/pa/hpux1100.mh +++ /dev/null @@ -1,11 +0,0 @@ -# Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00 - -MH_CFLAGS = -D__HP_CURSES - -XM_FILE= xm-hppah.h -XDEPFILES= ser-tcp.o - -NAT_FILE= nm-hppah11.h -NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infttrace.o somread.o hp-psymtab-read.o hp-symtab-read.o somsolib.o - -HOST_IPC=-DBSD_IPC -DPOSIX_WAIT diff --git a/gdb/config/pa/hpux1100.mt b/gdb/config/pa/hpux1100.mt deleted file mode 100644 index 405f73a..0000000 --- a/gdb/config/pa/hpux1100.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: HP PA-RISC running HPUX 11.00 -TDEPFILES= hppa-tdep.o remote-pa.o somsolib.o -TM_FILE= tm-hppah.h diff --git a/gdb/config/pa/hpux1100w.mh b/gdb/config/pa/hpux1100w.mh deleted file mode 100644 index 3eed3f5..0000000 --- a/gdb/config/pa/hpux1100w.mh +++ /dev/null @@ -1,11 +0,0 @@ -# Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00 - -MH_CFLAGS = -D__HP_CURSES - -XM_FILE= xm-hppah.h -XDEPFILES= ser-tcp.o - -NAT_FILE= nm-hppah11.h -NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infttrace.o somread.o hp-psymtab-read.o hp-symtab-read.o somsolib.o pa64solib.o - -HOST_IPC=-DBSD_IPC -DPOSIX_WAIT diff --git a/gdb/config/pa/hpux1100w.mt b/gdb/config/pa/hpux1100w.mt deleted file mode 100644 index 94770ea..0000000 --- a/gdb/config/pa/hpux1100w.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: HP PA-RISC running HPUX 11.00 -TDEPFILES= hppa-tdep.o remote-pa.o somsolib.o pa64solib.o -TM_FILE= tm-hppah.h diff --git a/gdb/doc/HPPA-cfg.texi b/gdb/doc/HPPA-cfg.texi deleted file mode 100644 index 8e44a4c..0000000 --- a/gdb/doc/HPPA-cfg.texi +++ /dev/null @@ -1,48 +0,0 @@ -@c GDB MANUAL configuration file. -@c Copyright (c) 1997, 1998 Free Software Foundation, Inc. -@c -@c NOTE: While the GDB manual is configurable (by changing these -@c switches), its configuration is ***NOT*** automatically tied in to -@c source configuration---because the authors expect that, save in -@c unusual cases, the most inclusive form of the manual is appropriate -@c no matter how the program itself is configured. -@c -@c The only automatically-varying variable is the GDB version number, -@c which the Makefile rewrites based on the VERSION variable from -@c `../Makefile.in'. -@c -@c GDB version number is recorded in the variable GDBVN -@include GDBvn.texi -@c -@c ---------------------------------------------------------------------- -@c PLATFORM FLAGS: -@clear GENERIC -@c -@c HP PA-RISC target: -@set HPPA -@c -@c Refrain from discussing how to configure sw and format doc? -@clear PRECONFIGURED -@c -@c ---------------------------------------------------------------------- -@c STRINGS: -@c -@c Name of GDB program. Used also for (gdb) prompt string. -@set GDBP gdb -@c -@c Name of GDB product. Used in running text. -@set GDBN GDB -@c -@c Name of target. -@set TARGET HP 9000 Systems -@c -@c Name of host. Should not be used in generic configs, but generic -@c value may catch some flubs. -@set HOST machine specific -@c -@c Name of GCC product -@set NGCC GCC -@c -@c Name of GCC program -@set GCC gcc - |