2003-10-02 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / vax-tdep.h
index e81caed4a5e1184e6f63c887fd46ca5bb8989351..1a19917740a6c9c74dab23069a464fee9e8569ee 100644 (file)
@@ -22,7 +22,7 @@
 #define VAX_TDEP_H
 
 /* Say how long (ordinary) registers are.  This is a piece of bogosity
-   used in push_word and a few other places;  REGISTER_RAW_SIZE is the
+   used in push_word and a few other places;  DEPRECATED_REGISTER_RAW_SIZE is the
    real way to know how big a register is.  */
 #define VAX_REGISTER_SIZE 4
 
@@ -33,7 +33,7 @@
    register state.  */
 #define VAX_REGISTER_BYTES (VAX_NUM_REGS * 4)
 
-/* Largest value REGISTER_RAW_SIZE can have.  */
+/* Largest value DEPRECATED_REGISTER_RAW_SIZE can have.  */
 #define VAX_MAX_REGISTER_RAW_SIZE 4
 
 /* Largest value DEPRECATED_REGISTER_VIRTUAL_SIZE can have.  */
This page took 0.035353 seconds and 4 git commands to generate.