diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-30 13:29:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-30 13:29:44 +0000 |
commit | 2e0926257dd7f472121aa9d48341d94e5b08c403 (patch) | |
tree | 67dfe2e9b150659816b1726f0c904e68f76665d4 /gdb/regcache.h | |
parent | 4deab7378b2e02751de8e835f30b2233685afefd (diff) | |
download | gdb-2e0926257dd7f472121aa9d48341d94e5b08c403.zip gdb-2e0926257dd7f472121aa9d48341d94e5b08c403.tar.gz gdb-2e0926257dd7f472121aa9d48341d94e5b08c403.tar.bz2 |
2003-09-29 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
DEPRECATED_REGISTER_VIRTUAL_TYPE.
* gdbarch.h, gdbarch.c: Regenerate.
* arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
* sh64-tdep.c, sparc-tdep.c: Update.
2003-09-30 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Rename
REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r-- | gdb/regcache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h index c89570d..69ed4e62 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -121,9 +121,9 @@ extern int register_offset_hack (struct gdbarch *gdbarch, int regnum); value stored in a table. NOTE: cagney/2002-08-17: The original macro was called - REGISTER_VIRTUAL_TYPE. This was because the register could have - different raw and cooked (nee virtual) representations. The - CONVERTABLE methods being used to convert between the two + DEPRECATED_REGISTER_VIRTUAL_TYPE. This was because the register + could have different raw and cooked (nee virtual) representations. + The CONVERTABLE methods being used to convert between the two representations. Current code does not do this. Instead, the first [0..NUM_REGS) registers are 1:1 raw:cooked, and the type exactly describes the register's representation. Consequently, the |