]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/djgpp.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / i386 / djgpp.h
index f1afad91c9943db3d48e218ed31fd29c4b12205c..1b5dfb7e46e462a7b7c386fdd77c31de97951350 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration for an i386 running MS-DOS with DJGPP.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2024 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -128,8 +128,8 @@ along with GCC; see the file COPYING3.  If not see
 #undef PTRDIFF_TYPE
 #define PTRDIFF_TYPE "int"
 
-#undef DBX_REGISTER_NUMBER
-#define DBX_REGISTER_NUMBER(n) svr4_dbx_register_map[n]
+#undef DEBUGGER_REGNO
+#define DEBUGGER_REGNO(n) svr4_debugger_register_map[n]
 
 /* Default to pcc-struct-return.  */
 #define DEFAULT_PCC_STRUCT_RETURN 1
@@ -166,7 +166,7 @@ along with GCC; see the file COPYING3.  If not see
 #undef  TARGET_ASM_LTO_END
 #define TARGET_ASM_LTO_END i386_djgpp_asm_lto_end
 
-/* Function protypes for gcc/i386/djgpp.c */
+/* Function protypes for gcc/i386/djgpp.cc */
 
 void
 i386_djgpp_asm_named_section(const char *name, unsigned int flags,