2003-05-03 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / config / s390 / tm-s390.h
index 1c6e67870992599af980c5b4f049c4adb2e46228..37bf770e94fe072b04bd7139fae61c2c273ed896 100644 (file)
 #define TM_S390_H 1
 
 #define S390_NUM_GPRS      (16)
-#define S390_GPR_SIZE      REGISTER_SIZE
-#define S390_PSW_MASK_SIZE REGISTER_SIZE
-#define S390_PSW_ADDR_SIZE REGISTER_SIZE
+#define S390_GPR_SIZE      DEPRECATED_REGISTER_SIZE
+#define S390_PSW_MASK_SIZE DEPRECATED_REGISTER_SIZE
+#define S390_PSW_ADDR_SIZE DEPRECATED_REGISTER_SIZE
 #define S390_NUM_FPRS      (16)
 #define S390_FPR_SIZE      (8)
 #define S390_FPC_SIZE      (4)
 #define S390_FPC_PAD_SIZE  (4) /* gcc insists on aligning the fpregs */
 #define S390_NUM_CRS       (16)
-#define S390_CR_SIZE       REGISTER_SIZE
+#define S390_CR_SIZE       DEPRECATED_REGISTER_SIZE
 #define S390_NUM_ACRS      (16)
 #define S390_ACR_SIZE      (4)
 
@@ -80,7 +80,7 @@ int s390_register_byte (int reg_nr);
 #define PC_REGNUM S390_PC_REGNUM
 #define NUM_REGS  S390_NUM_REGS
 #define NUM_FREGS S390_NUM_FPRS
-#define FP_REGNUM S390_FP_REGNUM
+#define DEPRECATED_FP_REGNUM S390_FP_REGNUM
 #define SP_REGNUM S390_SP_REGNUM
 /* Obviously ptrace for user program tracing cannot be allowed
   mess with control registers (except per registers for hardware watchpoints),
@@ -94,7 +94,7 @@ int s390_cannot_fetch_register (int regno);
 int s390x_register_raw_size (int reg_nr);
 #define REGISTER_RAW_SIZE(reg_nr) s390x_register_raw_size(reg_nr)
 #define GDB_TARGET_IS_ESAME (1)
-#define REGISTER_SIZE       (8)
+#define DEPRECATED_REGISTER_SIZE       (8)
 #define REGISTER_BYTES S390X_REGISTER_BYTES
 
 #else /*  CONFIG_ARCH_S390X */
@@ -102,7 +102,7 @@ int s390x_register_raw_size (int reg_nr);
 int s390_register_raw_size (int reg_nr);
 #define REGISTER_RAW_SIZE(reg_nr) s390_register_raw_size(reg_nr)
 #define GDB_TARGET_IS_ESAME (0)
-#define REGISTER_SIZE       (4)
+#define DEPRECATED_REGISTER_SIZE       (4)
 #define REGISTER_BYTES S390_REGISTER_BYTES
 
 #endif /* CONFIG_ARCH_S390X */
This page took 0.101268 seconds and 4 git commands to generate.