summaryrefslogtreecommitdiffstats
path: root/gdb/gdbarch.sh
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-03 03:09:33 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-03 03:09:33 +0000
commit1e2279c81a35ee95c0f256cd6d5fd922b4dc74af (patch)
treef93ab60db648d810aae72ffd7466bd5837bbf928 /gdb/gdbarch.sh
parenta90c06b44df548fe45ee9acf2a777453480eb3d9 (diff)
downloadppe42-binutils-1e2279c81a35ee95c0f256cd6d5fd922b4dc74af.tar.gz
ppe42-binutils-1e2279c81a35ee95c0f256cd6d5fd922b4dc74af.zip
2004-08-02 Andrew Cagney <cagney@gnu.org>
* gdbarch.sh (deprecated_register_raw_size) (deprecated_register_virtual_size:int): Delete. * gdbarch.h, gdbarch.c: Re-generate. * cris-tdep.c (cris_register_size): Delete. (cris_gdbarch_init): Update. * alpha-tdep.c (alpha_register_raw_size) (alpha_register_virtual_size): Delete. (alpha_gdbarch_init): Update.
Diffstat (limited to 'gdb/gdbarch.sh')
-rwxr-xr-xgdb/gdbarch.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 2f89c8b5bd..f615069cac 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -469,16 +469,6 @@ M::struct type *:register_type:int reg_nr:reg_nr
# function works. This simplifies the migration process - old code,
# calling DEPRECATED_REGISTER_BYTE, doesn't need to be modified.
F:=:int:deprecated_register_byte:int reg_nr:reg_nr::generic_register_byte:generic_register_byte
-# If all registers have identical raw and virtual sizes and those
-# sizes agree with the value computed from REGISTER_TYPE,
-# DEPRECATED_REGISTER_RAW_SIZE can be deleted. See: maint print
-# registers.
-F:=:int:deprecated_register_raw_size:int reg_nr:reg_nr::generic_register_size:generic_register_size
-# If all registers have identical raw and virtual sizes and those
-# sizes agree with the value computed from REGISTER_TYPE,
-# DEPRECATED_REGISTER_VIRTUAL_SIZE can be deleted. See: maint print
-# registers.
-F:=:int:deprecated_register_virtual_size:int reg_nr:reg_nr::generic_register_size:generic_register_size
# See gdbint.texinfo, and PUSH_DUMMY_CALL.
M::struct frame_id:unwind_dummy_id:struct frame_info *info:info
OpenPOWER on IntegriCloud