make function static (fixes crossgdb build, reported by martin@)
This commit is contained in:
parent
fd3cc354e8
commit
16f88d4a62
|
@ -315,7 +315,7 @@ sparc32nbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
|||
frame_unwind_append_unwinder (gdbarch, &sparc32nbsd_sigcontext_frame_unwind);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
sparc32nbsd_elf_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
||||
{
|
||||
sparc32nbsd_init_abi (info, gdbarch);
|
||||
|
|
Loading…
Reference in New Issue