diff options
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/ppcobsd-nat.c')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/ppcobsd-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/ppcobsd-nat.c b/gnu/usr.bin/binutils/gdb/ppcobsd-nat.c index d8aea7cb5f8..64ee355667a 100644 --- a/gnu/usr.bin/binutils/gdb/ppcobsd-nat.c +++ b/gnu/usr.bin/binutils/gdb/ppcobsd-nat.c @@ -209,6 +209,7 @@ _initialize_ppcobsd_nat (void) t->to_store_registers = ppcobsd_store_registers; t->to_pid_to_str = obsd_pid_to_str; t->to_find_new_threads = obsd_find_new_threads; + t->to_wait = obsd_wait; add_target (t); /* General-purpose registers. */ |