Minor cosmetics to minimize diffs with vendor branch.

This commit is contained in:
uwe 2011-10-31 23:30:27 +00:00
parent 4ae94fd668
commit b25f483145
1 changed files with 7 additions and 3 deletions

View File

@ -282,11 +282,12 @@ shnbsd_init_abi (struct gdbarch_info info,
set_gdbarch_regset_from_core_section
(gdbarch, shnbsd_regset_from_core_section);
set_solib_svr4_fetch_link_map_offsets (gdbarch,
nbsd_ilp32_solib_svr4_fetch_link_map_offsets);
tramp_frame_prepend_unwinder (gdbarch, &shnbsd_sigtramp_si2);
set_solib_svr4_fetch_link_map_offsets
(gdbarch, nbsd_ilp32_solib_svr4_fetch_link_map_offsets);
tramp_frame_prepend_unwinder (gdbarch, &shnbsd_sigtramp_si2);
}
static enum gdb_osabi
shnbsd_core_osabi_sniffer (bfd *abfd)
@ -297,6 +298,9 @@ shnbsd_core_osabi_sniffer (bfd *abfd)
return GDB_OSABI_UNKNOWN;
}
/* Provide a prototype to silence -Wmissing-prototypes. */
extern initialize_file_ftype _initialize_shnbsd_tdep;
void
_initialize_shnbsd_tdep (void)
{