diff options
Diffstat (limited to 'gdb/i386-obsd-nat.c')
-rw-r--r-- | gdb/i386-obsd-nat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/i386-obsd-nat.c b/gdb/i386-obsd-nat.c index 323acdb..f478e73 100644 --- a/gdb/i386-obsd-nat.c +++ b/gdb/i386-obsd-nat.c @@ -89,9 +89,7 @@ i386obsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) static i386_bsd_nat_target<obsd_nat_target> the_i386_obsd_nat_target; -void _initialize_i386obsd_nat (); -void -_initialize_i386obsd_nat () +INIT_GDB_FILE (i386obsd_nat) { add_inf_child_target (&i386_obsd_nat_target); |