diff options
author | Richard Henderson <rth@redhat.com> | 2003-06-01 18:44:13 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-06-01 18:44:13 +0000 |
commit | 6127c5bfbb496e410fde3cfcb8d13d9bb4df64f6 (patch) | |
tree | f0d9e54d1a16738538c464ea9f3531230ccd95a5 /gdb/alpha-tdep.h | |
parent | 42bd1a7b86b94a9b1f419b0785c04c4e1e1882d6 (diff) | |
download | gdb-6127c5bfbb496e410fde3cfcb8d13d9bb4df64f6.tar.gz |
* alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
instead of ALPHA_MAX_REGISTER_RAW_SIZE.
(supply_gregset): Likewise.
* alpha-tdep.c (alpha_store_return_value): Likewise.
(alpha_get_longjmp_target): Likewise.
(alpha_register_name): Constify array.
(alpha_gdbarch_init): Remove deprecated_fp_regnum,
deprecated_register_size, deprecated_register_bytes,
deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
* alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
(ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
Diffstat (limited to 'gdb/alpha-tdep.h')
-rw-r--r-- | gdb/alpha-tdep.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/alpha-tdep.h b/gdb/alpha-tdep.h index 5def15a8454..d7266bebe6f 100644 --- a/gdb/alpha-tdep.h +++ b/gdb/alpha-tdep.h @@ -34,12 +34,6 @@ register state. */ #define ALPHA_REGISTER_BYTES (ALPHA_NUM_REGS * 8) -/* Largest value REGISTER_RAW_SIZE can have. */ -#define ALPHA_MAX_REGISTER_RAW_SIZE 8 - -/* Largest value REGISTER_VIRTUAL_SIZE can have. */ -#define ALPHA_MAX_REGISTER_VIRTUAL_SIZE 8 - /* Register numbers of various important registers. Note that most of these values are "real" register numbers, and correspond to the general registers of the machine, and DEPRECATED_FP_REGNUM is a |