diff options
Diffstat (limited to 'gdb/s390-linux-tdep.h')
-rw-r--r-- | gdb/s390-linux-tdep.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/gdb/s390-linux-tdep.h b/gdb/s390-linux-tdep.h index acc57ab..a73c20f 100644 --- a/gdb/s390-linux-tdep.h +++ b/gdb/s390-linux-tdep.h @@ -48,20 +48,20 @@ extern const struct regset s390_gs_regset; extern const struct regset s390_gsbc_regset; /* GNU/Linux target descriptions. */ -extern struct target_desc *tdesc_s390_linux32v1; -extern struct target_desc *tdesc_s390_linux32v2; -extern struct target_desc *tdesc_s390_linux64; -extern struct target_desc *tdesc_s390_linux64v1; -extern struct target_desc *tdesc_s390_linux64v2; -extern struct target_desc *tdesc_s390_te_linux64; -extern struct target_desc *tdesc_s390_vx_linux64; -extern struct target_desc *tdesc_s390_tevx_linux64; -extern struct target_desc *tdesc_s390_gs_linux64; -extern struct target_desc *tdesc_s390x_linux64v1; -extern struct target_desc *tdesc_s390x_linux64v2; -extern struct target_desc *tdesc_s390x_te_linux64; -extern struct target_desc *tdesc_s390x_vx_linux64; -extern struct target_desc *tdesc_s390x_tevx_linux64; -extern struct target_desc *tdesc_s390x_gs_linux64; +extern const struct target_desc *tdesc_s390_linux32v1; +extern const struct target_desc *tdesc_s390_linux32v2; +extern const struct target_desc *tdesc_s390_linux64; +extern const struct target_desc *tdesc_s390_linux64v1; +extern const struct target_desc *tdesc_s390_linux64v2; +extern const struct target_desc *tdesc_s390_te_linux64; +extern const struct target_desc *tdesc_s390_vx_linux64; +extern const struct target_desc *tdesc_s390_tevx_linux64; +extern const struct target_desc *tdesc_s390_gs_linux64; +extern const struct target_desc *tdesc_s390x_linux64v1; +extern const struct target_desc *tdesc_s390x_linux64v2; +extern const struct target_desc *tdesc_s390x_te_linux64; +extern const struct target_desc *tdesc_s390x_vx_linux64; +extern const struct target_desc *tdesc_s390x_tevx_linux64; +extern const struct target_desc *tdesc_s390x_gs_linux64; #endif /* S390_LINUX_TDEP_H */ |