diff options
Diffstat (limited to 'gdb/ppc-nbsd-tdep.c')
-rw-r--r-- | gdb/ppc-nbsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppc-nbsd-tdep.c b/gdb/ppc-nbsd-tdep.c index a730ebd..331540d 100644 --- a/gdb/ppc-nbsd-tdep.c +++ b/gdb/ppc-nbsd-tdep.c @@ -195,7 +195,7 @@ void _initialize_ppcnbsd_tdep (void); void _initialize_ppcnbsd_tdep (void) { - gdbarch_register_osabi (bfd_arch_powerpc, 0, GDB_OSABI_NETBSD_ELF, + gdbarch_register_osabi (bfd_arch_powerpc, 0, GDB_OSABI_NETBSD, ppcnbsd_init_abi); /* Avoid initializing the register offsets again if they were |