diff options
Diffstat (limited to 'gdb/or1k-linux-tdep.c')
-rw-r--r-- | gdb/or1k-linux-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/or1k-linux-tdep.c b/gdb/or1k-linux-tdep.c index 860144a..15677f9 100644 --- a/gdb/or1k-linux-tdep.c +++ b/gdb/or1k-linux-tdep.c @@ -163,8 +163,9 @@ or1k_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) /* Initialize OpenRISC Linux target support. */ +void _initialize_or1k_linux_tdep (); void -_initialize_or1k_linux_tdep (void) +_initialize_or1k_linux_tdep () { gdbarch_register_osabi (bfd_arch_or1k, 0, GDB_OSABI_LINUX, or1k_linux_init_abi); |