diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-08-03 02:02:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-08-03 02:02:24 +0000 |
commit | f42accbe7716215000a57d249d71abe32784c9fe (patch) | |
tree | ade32fdfb2f90b0344693abe0e859bef7495d136 /gdb/gdbarch.h | |
parent | 45c9dd4485ec307127d656a02e19011c26770445 (diff) | |
download | gdb-f42accbe7716215000a57d249d71abe32784c9fe.zip gdb-f42accbe7716215000a57d249d71abe32784c9fe.tar.gz gdb-f42accbe7716215000a57d249d71abe32784c9fe.tar.bz2 |
2004-08-02 Andrew Cagney <cagney@gnu.org>
* gdbarch.sh (deprecated_register_bytes): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* regcache.c (deprecated_register_bytes): New function.
* regcache.h (deprecated_register_bytes): Declare.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
* v850-tdep.c (v850_gdbarch_init): Update.
* sh64-tdep.c (sh64_gdbarch_init): Update.
* ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
* mn10300-tdep.c (mn10300_gdbarch_init): Update.
* mcore-tdep.c (mcore_gdbarch_init): Update.
* cris-tdep.c (cris_gdbarch_init): Update.
* arm-tdep.c (arm_gdbarch_init): Update.
* remote.c (init_remote_state): Update.
* remote-vx.c (vx_prepare_to_store): Update.
* remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
* irix5-nat.c (fetch_core_registers): Update.
* cris-tdep.c (cris_register_bytes_ok): Update.
* config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index afddb7a..7b07130 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -481,18 +481,6 @@ extern void set_gdbarch_deprecated_register_virtual_type (struct gdbarch *gdbarc #define DEPRECATED_REGISTER_VIRTUAL_TYPE(reg_nr) (gdbarch_deprecated_register_virtual_type (current_gdbarch, reg_nr)) #endif -/* DEPRECATED_REGISTER_BYTES can be deleted. The value is computed - from REGISTER_TYPE. */ - -extern int gdbarch_deprecated_register_bytes (struct gdbarch *gdbarch); -extern void set_gdbarch_deprecated_register_bytes (struct gdbarch *gdbarch, int deprecated_register_bytes); -#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_BYTES) -#error "Non multi-arch definition of DEPRECATED_REGISTER_BYTES" -#endif -#if !defined (DEPRECATED_REGISTER_BYTES) -#define DEPRECATED_REGISTER_BYTES (gdbarch_deprecated_register_bytes (current_gdbarch)) -#endif - /* If the value returned by DEPRECATED_REGISTER_BYTE agrees with the register offsets computed using just REGISTER_TYPE, this can be deleted. See: maint print registers. NOTE: cagney/2002-05-02: This |