diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-30 19:12:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-30 19:12:20 +0000 |
commit | f30992d46d166a62fb5dbb5b86b625ee019a7107 (patch) | |
tree | d7376e17866013b7b08456c6ffb453214cff0df0 /gdb/regcache.h | |
parent | a98f9b6c0d184ddf0e573fbb3bdb57a1e98511e9 (diff) | |
download | gdb-f30992d46d166a62fb5dbb5b86b625ee019a7107.zip gdb-f30992d46d166a62fb5dbb5b86b625ee019a7107.tar.gz gdb-f30992d46d166a62fb5dbb5b86b625ee019a7107.tar.bz2 |
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):
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r-- | gdb/regcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h index 69ed4e62..9a341c3 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -147,8 +147,8 @@ extern struct type *register_type (struct gdbarch *gdbarch, int regnum); Anyway, the up-shot is that, until that mess is fixed, core code can end up being very confused - should the RAW or VIRTUAL size be - used? As a rule of thumb, use REGISTER_VIRTUAL_SIZE in cooked - code, but with the comment: + used? As a rule of thumb, use DEPRECATED_REGISTER_VIRTUAL_SIZE in + cooked code, but with the comment: OK: REGISTER_VIRTUAL_SIZE |