Recognise the s390 host and target.
authorAndrew Cagney <cagney@redhat.com>
Fri, 15 Jun 2001 19:23:45 +0000 (19:23 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 15 Jun 2001 19:23:45 +0000 (19:23 +0000)
gdb/ChangeLog
gdb/configure.host
gdb/configure.tgt

index 6845012..06699ab 100644 (file)
@@ -1,5 +1,11 @@
 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
 
+       From 2001-02-26  D.J. Barrow <djbarrow@de.ibm.com>:
+       * configure.tgt: Add S/390 31 & 64 bit target configuration.
+       * configure.host: Ditto for host.
+
+2001-06-15  Andrew Cagney  <ac131313@redhat.com>
+
        * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
        (EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with
        predicate.
index 4a50432..c7268fe 100644 (file)
@@ -18,6 +18,7 @@ m68*)                 gdb_host_cpu=m68k ;;
 m88*)                  gdb_host_cpu=m88k ;;
 powerpc*)              gdb_host_cpu=powerpc ;;
 sparc64)               gdb_host_cpu=sparc ;;
+s390*)                 gdb_host_cpu=s390 ;;
 *)                     gdb_host_cpu=$host_cpu ;;
 
 esac
@@ -139,6 +140,8 @@ rs6000-*-lynxos*)   gdb_host=rs6000lynx ;;
 rs6000-*-aix4*)                gdb_host=aix4 ;;
 rs6000-*-*)            gdb_host=rs6000 ;;
 
+s390*-*-*)             gdb_host=s390 ;;
+
 sparc-*-linux*)                gdb_host=linux ;;
 sparc-*-lynxos*)       gdb_host=sparclynx ;;
 sparc-*-netbsdelf*)    gdb_host=nbsdelf ;;
index 7c5ee45..b9f1d17 100644 (file)
@@ -23,6 +23,7 @@ mips*)                        gdb_target_cpu=mips ;;
 powerpc*)              gdb_target_cpu=powerpc ;;
 sparc*)                        gdb_target_cpu=sparc ;;
 thumb*)                        gdb_target_cpu=arm ;;
+s390*)                 gdb_target_cpu=s390 ;;
 strongarm*)            gdb_target_cpu=arm ;;
 xscale*)               gdb_target_cpu=arm ;;
 v850*)                 gdb_target_cpu=v850 ;;
@@ -256,6 +257,9 @@ rs6000-*-lynxos*)   gdb_target=rs6000lynx
 rs6000-*-aix4*)                gdb_target=aix4 ;;
 rs6000-*-*)            gdb_target=rs6000 ;;
 
+s390-*-*)              gdb_target=s390 ;;
+s390x-*-*)             gdb_target=s390x ;;
+
 sh*-*-pe)              gdb_target=wince ;;
 sh-*-hms)              gdb_target=embed ;;
 sh-*-coff*)            gdb_target=embed ;;