OSDN Git Service

* 1750a.h (DBX_REGISTER_NUMBER): Don't define.
[pf3gnuchains/gcc-fork.git] / gcc / config / stormy16 / stormy16.h
index 3ff9d8c..6bbd93a 100644 (file)
@@ -4598,25 +4598,6 @@ do {                                                                     \
 \f
 /* Macros Affecting all Debug Formats.  */
 
-/* A C expression that returns the DBX register number for the compiler
-   register number REGNO.  In simple cases, the value of this expression may be
-   REGNO itself.  But sometimes there are some registers that the compiler
-   knows about and DBX does not, or vice versa.  In such cases, some register
-   may need to have one number in the compiler and another for DBX.
-
-   If two registers have consecutive numbers inside GNU CC, and they can be
-   used as a pair to hold a multiword value, then they *must* have consecutive
-   numbers after renumbering with `DBX_REGISTER_NUMBER'.  Otherwise, debuggers
-   will be unable to access such a pair, because they expect register pairs to
-   be consecutive in their own numbering scheme.
-
-   If you find yourself defining `DBX_REGISTER_NUMBER' in way that does not
-   preserve register pairs, then what you must do instead is redefine the
-   actual register numbering scheme.
-
-   This declaration is required.  */
-#define DBX_REGISTER_NUMBER(REGNO) (REGNO)
-
 /* A C expression that returns the integer offset value for an automatic
    variable having address X (an RTL expression).  The default computation
    assumes that X is based on the frame-pointer and gives the offset from the