diff options
Diffstat (limited to 'gdb/vax-bsd-nat.c')
-rw-r--r-- | gdb/vax-bsd-nat.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/vax-bsd-nat.c b/gdb/vax-bsd-nat.c index 2a4db3a..717314e 100644 --- a/gdb/vax-bsd-nat.c +++ b/gdb/vax-bsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for modern VAX BSD's. - Copyright (C) 2004-2024 Free Software Foundation, Inc. + Copyright (C) 2004-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -136,9 +136,7 @@ vaxbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) return 1; } -void _initialize_vaxbsd_nat (); -void -_initialize_vaxbsd_nat () +INIT_GDB_FILE (vaxbsd_nat) { add_inf_child_target (&the_vax_bsd_nat_target); |