]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/lynx.h
rename DBX_REGISTER_NUMBER to DEBUGGER_REGNO
[thirdparty/gcc.git] / gcc / config / i386 / lynx.h
index baa62c14986b8b303e497f4114169f1d1264959e..1e6d3ccdca4824021a780a8e1f25add41ee03c3d 100644 (file)
@@ -37,9 +37,9 @@ along with GCC; see the file COPYING3.  If not see
 
 /* LynxOS's GDB counts the floating point registers from 16.  */
 
-#undef DBX_REGISTER_NUMBER
-#define DBX_REGISTER_NUMBER(n)                                         \
-  (TARGET_64BIT ? dbx64_register_map[n]                                        \
+#undef DEBUGGER_REGNO
+#define DEBUGGER_REGNO(n)                                              \
+  (TARGET_64BIT ? debugger64_register_map[n]                                   \
    : (n) == 0 ? 0                                                      \
    : (n) == 1 ? 2                                                      \
    : (n) == 2 ? 1                                                      \