GDB support for HP-PRO.
authorRob Savoye <rob@cygnus>
Fri, 9 Sep 1994 22:44:13 +0000 (22:44 +0000)
committerRob Savoye <rob@cygnus>
Fri, 9 Sep 1994 22:44:13 +0000 (22:44 +0000)
gdb/config/pa/hppapro.mt [new file with mode: 0644]
gdb/configure.in

diff --git a/gdb/config/pa/hppapro.mt b/gdb/config/pa/hppapro.mt
new file mode 100644 (file)
index 0000000..e0c0bea
--- /dev/null
@@ -0,0 +1,9 @@
+# Target: Motorola rom68k boot monitor (from Integrated Systems)
+# Target: Motorola bug monitor.
+# These defines should give you a gdb running on anything that will be able to
+# communicate with a m68k based debug monitor.  Communications
+# is facilitated via either a serial line, or a TCP or TELNET connection to
+# a serial line on a terminal multiplexor.
+TDEPFILES= hppa-pinsn.o hppa-tdep.o remote-mon.o
+REMOTE_O=dcache.o remote.o remote-pa.o remote-utils.o
+TM_FILE= tm-hppab.h
index 9ed3b46..ddb37b8 100644 (file)
@@ -1,6 +1,6 @@
 # This file is a shell script fragment that supplies the information
 # necessary to tailor a template configure script into the configure
-# script appropriate for this directory.  For more information, check
+# script approriate for this directory.  For more information, check
 # any existing configure script.
 
 srcname="GDB"
@@ -198,6 +198,7 @@ h8500-*-*)          gdb_target=h8500hms ;;
 sh-*-*)                        gdb_target=sh ;;
 
 hppa*-*-bsd*)          gdb_target=hppabsd ;;
+hppa*-*-pro*)          gdb_target=hppapro ;;
 hppa*-*-hpux*)         gdb_target=hppahpux ;;
 hppa*-*-hiux*)         gdb_target=hppahpux ;;
 hppa*-*-osf*)          gdb_target=hppaosf ;;