mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
2003-09-30 Andrew Cagney <cagney@redhat.com>
* mi-main.c: Rename REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. 2003-09-30 Andrew Cagney <cagney@redhat.com> * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename REGISTER_VIRTUAL_SIZE. * gdbarch.h, gdbarch.c: Regenerate. * vax-tdep.h, sparc-tdep.c, regcache.h: Update. * regcache.c, mn10300-tdep.c, mips-tdep.c: Update. * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update. 2003-09-30 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Rename REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. (Target Architecture Definition):
This commit is contained in:
@@ -1532,6 +1532,25 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
|
||||
"gdbarch_dump: DEPRECATED_REGISTER_SIZE = %d\n",
|
||||
DEPRECATED_REGISTER_SIZE);
|
||||
#endif
|
||||
#ifdef DEPRECATED_REGISTER_VIRTUAL_SIZE_P
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"DEPRECATED_REGISTER_VIRTUAL_SIZE_P()",
|
||||
XSTRING (DEPRECATED_REGISTER_VIRTUAL_SIZE_P ()));
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: DEPRECATED_REGISTER_VIRTUAL_SIZE_P() = %d\n",
|
||||
DEPRECATED_REGISTER_VIRTUAL_SIZE_P ());
|
||||
#endif
|
||||
#ifdef DEPRECATED_REGISTER_VIRTUAL_SIZE
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"DEPRECATED_REGISTER_VIRTUAL_SIZE(reg_nr)",
|
||||
XSTRING (DEPRECATED_REGISTER_VIRTUAL_SIZE (reg_nr)));
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: DEPRECATED_REGISTER_VIRTUAL_SIZE = <0x%08lx>\n",
|
||||
(long) current_gdbarch->deprecated_register_virtual_size
|
||||
/*DEPRECATED_REGISTER_VIRTUAL_SIZE ()*/);
|
||||
#endif
|
||||
#ifdef DEPRECATED_REGISTER_VIRTUAL_TYPE_P
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
@@ -2115,25 +2134,6 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: register_type = 0x%08lx\n",
|
||||
(long) current_gdbarch->register_type);
|
||||
#ifdef REGISTER_VIRTUAL_SIZE_P
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"REGISTER_VIRTUAL_SIZE_P()",
|
||||
XSTRING (REGISTER_VIRTUAL_SIZE_P ()));
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: REGISTER_VIRTUAL_SIZE_P() = %d\n",
|
||||
REGISTER_VIRTUAL_SIZE_P ());
|
||||
#endif
|
||||
#ifdef REGISTER_VIRTUAL_SIZE
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"REGISTER_VIRTUAL_SIZE(reg_nr)",
|
||||
XSTRING (REGISTER_VIRTUAL_SIZE (reg_nr)));
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: REGISTER_VIRTUAL_SIZE = <0x%08lx>\n",
|
||||
(long) current_gdbarch->deprecated_register_virtual_size
|
||||
/*REGISTER_VIRTUAL_SIZE ()*/);
|
||||
#endif
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: remote_translate_xfer_address = 0x%08lx\n",
|
||||
(long) current_gdbarch->remote_translate_xfer_address);
|
||||
|
||||
Reference in New Issue
Block a user