aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.h
diff options
context:
space:
mode:
authorMarkus Metzger <markus.t.metzger@intel.com>2022-04-28 11:14:57 +0200
committerMarkus Metzger <markus.t.metzger@intel.com>2022-10-18 14:16:10 +0200
commit6f96c196beccb6f30b78ef878b3eaa420dfaa687 (patch)
treee90134edf9833263fdf977274aa6dbcb5446d691 /gdb/hppa-tdep.h
parent2aab2438702dfb22d6fa0c5d8bef267f3d24638b (diff)
downloadfsf-binutils-gdb-6f96c196beccb6f30b78ef878b3eaa420dfaa687.zip
fsf-binutils-gdb-6f96c196beccb6f30b78ef878b3eaa420dfaa687.tar.gz
fsf-binutils-gdb-6f96c196beccb6f30b78ef878b3eaa420dfaa687.tar.bz2
gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol
I stumbled over this while reviewing all objfiles traversals with regards to impact of linker namespaces. Recursive grep only finds two occurrences of hppa_lookup_stub_minimal_symbol: - the declaration in hppa-tdep.h. - the definition in hppa-tdep.c. There appear to be no calls to this function. Remove it.
Diffstat (limited to 'gdb/hppa-tdep.h')
-rw-r--r--gdb/hppa-tdep.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/hppa-tdep.h b/gdb/hppa-tdep.h
index d0e0d4d..6ebcdc5 100644
--- a/gdb/hppa-tdep.h
+++ b/gdb/hppa-tdep.h
@@ -210,10 +210,6 @@ extern void hppa_write_pc (struct regcache *regcache, CORE_ADDR pc);
extern CORE_ADDR hppa_unwind_pc (struct gdbarch *gdbarch,
frame_info_ptr next_frame);
-extern struct bound_minimal_symbol
- hppa_lookup_stub_minimal_symbol (const char *name,
- enum unwind_stub_types stub_type);
-
extern int hppa_in_solib_call_trampoline (struct gdbarch *gdbarch,
CORE_ADDR pc);
extern CORE_ADDR hppa_skip_trampoline_code (frame_info_ptr , CORE_ADDR pc);