aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-06-15 19:23:45 +0000
committerAndrew Cagney <cagney@redhat.com>2001-06-15 19:23:45 +0000
commit4009c677026fee30e152bd5771eb02b8a1e0caba (patch)
tree7b3befb6f1a31c1c725d4819ba5bb2afa5d54027 /gdb
parentd6dd581ead67d3fb2a0563e40604e59d6f193c26 (diff)
downloadgdb-4009c677026fee30e152bd5771eb02b8a1e0caba.zip
gdb-4009c677026fee30e152bd5771eb02b8a1e0caba.tar.gz
gdb-4009c677026fee30e152bd5771eb02b8a1e0caba.tar.bz2
Recognise the s390 host and target.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/configure.host3
-rw-r--r--gdb/configure.tgt4
3 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6845012..06699ab 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/configure.host b/gdb/configure.host
index 4a50432a..c7268fe 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -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 ;;
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 7c5ee45..b9f1d17 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -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 ;;