aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-23 20:00:17 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-23 20:00:17 +0000
commitb8b8b04721a9b0a677ecd66aa03e3e322d988385 (patch)
treebd2c4739bb93a0b426e867bfe6cbceab0b2a77b5 /gdb/config
parent19d3fc80c110dc6dd4d962e8ac90bf1d8487d66b (diff)
downloadfsf-binutils-gdb-b8b8b04721a9b0a677ecd66aa03e3e322d988385.zip
fsf-binutils-gdb-b8b8b04721a9b0a677ecd66aa03e3e322d988385.tar.gz
fsf-binutils-gdb-b8b8b04721a9b0a677ecd66aa03e3e322d988385.tar.bz2
From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
* config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed architecture defines. * s390-tdep.c (s390_gdbarch_init): Likewise.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/s390/tm-s390.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/s390/tm-s390.h b/gdb/config/s390/tm-s390.h
index da9f621..1c6e678 100644
--- a/gdb/config/s390/tm-s390.h
+++ b/gdb/config/s390/tm-s390.h
@@ -109,7 +109,7 @@ int s390_register_raw_size (int reg_nr);
#else /* GDBSERVER */
-#define GDB_TARGET_IS_ESAME (TARGET_ARCHITECTURE->mach == bfd_mach_s390_esame)
+#define GDB_TARGET_IS_ESAME (TARGET_ARCHITECTURE->mach == bfd_mach_s390_64)
#endif /* GDBSERVER */
#endif /* ifndef TM_S390_H */