diff options
Diffstat (limited to 'gdb/x86-gnu-nat.c')
-rw-r--r-- | gdb/x86-gnu-nat.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/x86-gnu-nat.c b/gdb/x86-gnu-nat.c index da3b7e9..e088189 100644 --- a/gdb/x86-gnu-nat.c +++ b/gdb/x86-gnu-nat.c @@ -1,6 +1,6 @@ /* Low level interface to i386 running the GNU Hurd. - Copyright (C) 1992-2024 Free Software Foundation, Inc. + Copyright (C) 1992-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -491,9 +491,7 @@ x86_gnu_dr_get_control (void) } #endif /* i386_DEBUG_STATE */ -void _initialize_x86_gnu_nat (); -void -_initialize_x86_gnu_nat () +INIT_GDB_FILE (x86_gnu_nat) { #ifdef i386_DEBUG_STATE x86_dr_low.set_control = x86_gnu_dr_set_control; |