mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-21 01:07:07 +08:00
gdb: remove nbsd_{ilp32,lp64}_solib_svr4_fetch_link_map_offsets
They are unused. Change-Id: I9b78837d41126ce1957aa1e8b08c82a422f06cbf Reviewed-By: John Baldwin <jhb@FreeBSD.org>
This commit is contained in:

committed by
Simon Marchi

parent
c1cd966407
commit
fb908c299d
@ -44,21 +44,6 @@
|
|||||||
#define KINFO_VME_FLAG_GROWS_UP 0x00000010
|
#define KINFO_VME_FLAG_GROWS_UP 0x00000010
|
||||||
#define KINFO_VME_FLAG_GROWS_DOWN 0x00000020
|
#define KINFO_VME_FLAG_GROWS_DOWN 0x00000020
|
||||||
|
|
||||||
/* FIXME: kettenis/20060115: We should really eliminate the next two
|
|
||||||
functions completely. */
|
|
||||||
|
|
||||||
struct link_map_offsets *
|
|
||||||
nbsd_ilp32_solib_svr4_fetch_link_map_offsets (void)
|
|
||||||
{
|
|
||||||
return svr4_ilp32_fetch_link_map_offsets ();
|
|
||||||
}
|
|
||||||
|
|
||||||
struct link_map_offsets *
|
|
||||||
nbsd_lp64_solib_svr4_fetch_link_map_offsets (void)
|
|
||||||
{
|
|
||||||
return svr4_lp64_fetch_link_map_offsets ();
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
int
|
||||||
nbsd_pc_in_sigtramp (CORE_ADDR pc, const char *func_name)
|
nbsd_pc_in_sigtramp (CORE_ADDR pc, const char *func_name)
|
||||||
{
|
{
|
||||||
|
@ -20,9 +20,6 @@
|
|||||||
#ifndef NBSD_TDEP_H
|
#ifndef NBSD_TDEP_H
|
||||||
#define NBSD_TDEP_H
|
#define NBSD_TDEP_H
|
||||||
|
|
||||||
struct link_map_offsets *nbsd_ilp32_solib_svr4_fetch_link_map_offsets (void);
|
|
||||||
struct link_map_offsets *nbsd_lp64_solib_svr4_fetch_link_map_offsets (void);
|
|
||||||
|
|
||||||
int nbsd_pc_in_sigtramp (CORE_ADDR, const char *);
|
int nbsd_pc_in_sigtramp (CORE_ADDR, const char *);
|
||||||
|
|
||||||
/* NetBSD specific set of ABI-related routines. */
|
/* NetBSD specific set of ABI-related routines. */
|
||||||
|
Reference in New Issue
Block a user