]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/dragonfly.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / i386 / dragonfly.h
index 39bd280d2b86fce2084ff17b1b6bf9bc0f6b501c..c703a82bc2040d26907ee27973a1d4a2923993d5 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Intel 386 running DragonFly with ELF format
-   Copyright (C) 2014-2022 Free Software Foundation, Inc.
+   Copyright (C) 2014-2023 Free Software Foundation, Inc.
    Contributed by John Marino <gnugcc@marino.st>
 
 This file is part of GCC.
@@ -34,9 +34,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #undef  ASM_APP_OFF
 #define ASM_APP_OFF "#NO_APP\n"
 
-#undef  DBX_REGISTER_NUMBER
-#define DBX_REGISTER_NUMBER(n) \
-  (TARGET_64BIT ? dbx64_register_map[n] : svr4_dbx_register_map[n])
+#undef  DEBUGGER_REGNO
+#define DEBUGGER_REGNO(n) \
+  (TARGET_64BIT ? debugger64_register_map[n] : svr4_debugger_register_map[n])
 
 #undef  NO_PROFILE_COUNTERS
 #define NO_PROFILE_COUNTERS    1