Minor cosmetics to minimize diffs with vendor branch.
This commit is contained in:
parent
4ae94fd668
commit
b25f483145
10
external/gpl3/gdb/dist/gdb/shnbsd-tdep.c
vendored
10
external/gpl3/gdb/dist/gdb/shnbsd-tdep.c
vendored
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user