aboutsummaryrefslogtreecommitdiff
path: root/gdb/minsyms.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-06-26 09:48:32 -0600
committerTom Tromey <tromey@adacore.com>2019-06-26 09:50:55 -0600
commit762c164d754fc456aa4764d2ed19cc4a3ec625fb (patch)
tree4b4ac3bd60fcb5b718abbbb6a9e328bd00340780 /gdb/minsyms.h
parentaa2f9bcf23a00fc7e9d7350757b8938c36106c42 (diff)
downloadfsf-binutils-gdb-762c164d754fc456aa4764d2ed19cc4a3ec625fb.zip
fsf-binutils-gdb-762c164d754fc456aa4764d2ed19cc4a3ec625fb.tar.gz
fsf-binutils-gdb-762c164d754fc456aa4764d2ed19cc4a3ec625fb.tar.bz2
Remove lookup_minimal_symbol_solib_trampoline
lookup_minimal_symbol_solib_trampoline is unused, so this patch removes it. The last use was apparently removed in commit 61a12cfa ("Remove HPUX"). gdb/ChangeLog 2019-06-26 Tom Tromey <tromey@adacore.com> * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove. * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't declare.
Diffstat (limited to 'gdb/minsyms.h')
-rw-r--r--gdb/minsyms.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/minsyms.h b/gdb/minsyms.h
index 3e414f6..bb43165 100644
--- a/gdb/minsyms.h
+++ b/gdb/minsyms.h
@@ -205,18 +205,6 @@ struct bound_minimal_symbol lookup_minimal_symbol_text (const char *,
struct objfile *);
/* Look through all the current minimal symbol tables and find the
- first minimal symbol that matches NAME and is a solib trampoline.
- If OBJF is non-NULL, limit the search to that objfile. Returns a
- pointer to the minimal symbol that matches, or NULL if no match is
- found.
-
- This function only searches the mangled (linkage) names. */
-
-struct bound_minimal_symbol lookup_minimal_symbol_solib_trampoline
- (const char *,
- struct objfile *);
-
-/* Look through all the current minimal symbol tables and find the
first minimal symbol that matches NAME and PC. If OBJF is non-NULL,
limit the search to that objfile. Returns a pointer to the minimal
symbol that matches, or NULL if no match is found. */