b8b527c5a9
* gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES. * gdbarch.h, gdbarch.c: Re-generate. * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference. * TODO (REGISTER_BYTES): Delete reference. * alpha-tdep.c (alpha_gdbarch_init): Update. * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. * x86-64-tdep.c (x86_64_init_abi): Update. * vax-tdep.c (vax_gdbarch_init): Update. * v850-tdep.c (v850_gdbarch_init): Update. * sparc-tdep.c (sparc_gdbarch_init): Update. * sh-tdep.c (sh_gdbarch_init): Update. * s390-tdep.c (s390_gdbarch_init): Update. * rs6000-tdep.c (rs6000_gdbarch_init): Update. * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update. (ns32k_gdbarch_init_32382): Update. * mn10300-tdep.c (mn10300_gdbarch_init): Update. * mcore-tdep.c (mcore_gdbarch_init): Update. * m68k-tdep.c (m68k_gdbarch_init): Update. * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. * ia64-tdep.c (ia64_gdbarch_init): Update. * i386-tdep.c (i386_gdbarch_init): Update. * i386-linux-tdep.c (i386_linux_init_abi): Update. * hppa-tdep.c (hppa_gdbarch_init): Update. * h8300-tdep.c (h8300_gdbarch_init): Update. * frv-tdep.c (frv_gdbarch_init): Update. * cris-tdep.c (cris_gdbarch_init): Update. * avr-tdep.c (avr_gdbarch_init): Update. * arm-tdep.c (arm_gdbarch_init): Update. * sparc-tdep.c (sparc_pop_frame): Update. * rs6000-tdep.c (rs6000_pop_frame): Update. * remote.c (init_remote_state): Update. (remote_prepare_to_store): Update. * remote-vx.c (vx_prepare_to_store): Update. * remote-sds.c (sds_fetch_registers): Update. (sds_prepare_to_store): Update. * remote-array.c: Update. * regcache.c (init_legacy_regcache_descr): Update. (init_regcache_descr): Update. * mips-tdep.c (mips_eabi_extract_return_value): Update. (mips_o64_extract_return_value): Update. * irix5-nat.c (fetch_core_registers): Update. * irix4-nat.c (fetch_core_registers): Update. * i386-tdep.h: Update. * hppa-tdep.c (pa_do_registers_info): Update. (pa_do_strcat_registers_info): Update. * cris-tdep.c (cris_register_bytes_ok): Update. * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update. * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update. * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update. * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update. * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update. * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update. * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update. * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update. * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update. * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update. * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update. * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update. (REGISTER_BYTES_OK): Update. * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update. * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update. Index: doc/ChangeLog 2003-05-16 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Replace REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo, DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE. Index: mi/ChangeLog 2003-05-16 Andrew Cagney <cagney@redhat.com> * mi-main.c (mi_setup_architecture_data):
116 lines
4.6 KiB
C
116 lines
4.6 KiB
C
/* Macro definitions for GDB on an S390.
|
|
Copyright 2001 Free Software Foundation, Inc.
|
|
Contributed by D.J. Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
|
|
for IBM Deutschland Entwicklung GmbH, IBM Corporation.
|
|
|
|
This file is part of GDB.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
02111-1307, USA. */
|
|
|
|
#if !defined(TM_S390_H)
|
|
#define TM_S390_H 1
|
|
|
|
#define S390_NUM_GPRS (16)
|
|
#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 DEPRECATED_REGISTER_SIZE
|
|
#define S390_NUM_ACRS (16)
|
|
#define S390_ACR_SIZE (4)
|
|
|
|
#define S390_NUM_REGS (2+S390_NUM_GPRS+S390_NUM_ACRS+S390_NUM_CRS+1+S390_NUM_FPRS)
|
|
#define S390_FIRST_ACR (2+S390_NUM_GPRS)
|
|
#define S390_LAST_ACR (S390_FIRST_ACR+S390_NUM_ACRS-1)
|
|
#define S390_FIRST_CR (S390_FIRST_ACR+S390_NUM_ACRS)
|
|
#define S390_LAST_CR (S390_FIRST_CR+S390_NUM_CRS-1)
|
|
|
|
#define S390_PSWM_REGNUM 0
|
|
#define S390_PC_REGNUM 1
|
|
#define S390_GP0_REGNUM 2 /* GPR register 0 */
|
|
#define S390_GP_LAST_REGNUM (S390_GP0_REGNUM+S390_NUM_GPRS-1)
|
|
/* Usually return address */
|
|
#define S390_RETADDR_REGNUM (S390_GP0_REGNUM+14)
|
|
/* Contains address of top of stack */
|
|
#define S390_SP_REGNUM (S390_GP0_REGNUM+15)
|
|
/* needed in findvar.c still */
|
|
#define S390_FP_REGNUM S390_SP_REGNUM
|
|
#define S390_FRAME_REGNUM (S390_GP0_REGNUM+11)
|
|
#define S390_FPC_REGNUM (S390_GP0_REGNUM+S390_NUM_GPRS+S390_NUM_ACRS+S390_NUM_CRS)
|
|
/* FPR (Floating point) register 0 */
|
|
#define S390_FP0_REGNUM (S390_FPC_REGNUM+1)
|
|
/* Last floating point register */
|
|
#define S390_FPLAST_REGNUM (S390_FP0_REGNUM+S390_NUM_FPRS-1)
|
|
#define S390_LAST_REGNUM S390_FPLAST_REGNUM
|
|
|
|
|
|
#define S390_ACR0_OFFSET ((S390_PSW_MASK_SIZE+S390_PSW_ADDR_SIZE)+(S390_GPR_SIZE*S390_NUM_GPRS))
|
|
#define S390_CR0_OFFSET (S390_ACR0_OFFSET+(S390_ACR_SIZE*S390_NUM_ACRS))
|
|
#define S390_FPC_OFFSET (S390_CR0_OFFSET+(S390_CR_SIZE*S390_NUM_CRS))
|
|
#define S390_FP0_OFFSET (S390_FPC_OFFSET+(S390_FPC_SIZE+S390_FPC_PAD_SIZE))
|
|
#define S390_GPR6_STACK_OFFSET (GDB_TARGET_IS_ESAME ? 48:24)
|
|
|
|
#define S390_REGISTER_BYTES ((4+4)+(4*S390_NUM_GPRS)+(4*S390_NUM_ACRS)+ \
|
|
(4*S390_NUM_CRS)+(S390_FPC_SIZE+S390_FPC_PAD_SIZE)+(S390_FPR_SIZE*S390_NUM_FPRS))
|
|
|
|
#define S390X_REGISTER_BYTES ((8+8)+(8*S390_NUM_GPRS)+(4*S390_NUM_ACRS)+ \
|
|
(8*S390_NUM_CRS)+(S390_FPC_SIZE+S390_FPC_PAD_SIZE)+(S390_FPR_SIZE*S390_NUM_FPRS))
|
|
|
|
#ifdef GDBSERVER
|
|
|
|
int s390_register_byte (int reg_nr);
|
|
#define REGISTER_BYTE(reg_nr) s390_register_byte(reg_nr)
|
|
#define PC_REGNUM S390_PC_REGNUM
|
|
#define NUM_REGS S390_NUM_REGS
|
|
#define NUM_FREGS S390_NUM_FPRS
|
|
#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),
|
|
when we add kernel debugging we may need to alter these macros. */
|
|
int s390_cannot_fetch_register (int regno);
|
|
#define CANNOT_FETCH_REGISTER(regno) s390_cannot_fetch_register(regno)
|
|
#define CANNOT_STORE_REGISTER(regno) s390_cannot_fetch_register(regno)
|
|
|
|
#if CONFIG_ARCH_S390X
|
|
|
|
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 DEPRECATED_REGISTER_SIZE (8)
|
|
#define DEPRECATED_REGISTER_BYTES S390X_REGISTER_BYTES
|
|
|
|
#else /* CONFIG_ARCH_S390X */
|
|
|
|
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 DEPRECATED_REGISTER_SIZE (4)
|
|
#define DEPRECATED_REGISTER_BYTES S390_REGISTER_BYTES
|
|
|
|
#endif /* CONFIG_ARCH_S390X */
|
|
|
|
#else /* GDBSERVER */
|
|
|
|
#define GDB_TARGET_IS_ESAME (TARGET_ARCHITECTURE->mach == bfd_mach_s390_64)
|
|
|
|
#endif /* GDBSERVER */
|
|
#endif /* ifndef TM_S390_H */
|