diff options
author | Tom Tromey <tromey@redhat.com> | 2012-12-18 19:21:53 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-12-18 19:21:53 +0000 |
commit | c9630d9c13232b1d3316def15ae2cae6aac25263 (patch) | |
tree | bf5278a961479af7fa3599b211bc42bc6424dd52 /gdb/minsyms.h | |
parent | ddd27bdefd50ed4b0c0f7e5aa183f4f87c5461e2 (diff) | |
download | gdb-c9630d9c13232b1d3316def15ae2cae6aac25263.zip gdb-c9630d9c13232b1d3316def15ae2cae6aac25263.tar.gz gdb-c9630d9c13232b1d3316def15ae2cae6aac25263.tar.bz2 |
* minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.
* minsyms.h (lookup_solib_trampoline_symbol_by_pc): Don't
declare.
Diffstat (limited to 'gdb/minsyms.h')
-rw-r--r-- | gdb/minsyms.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/minsyms.h b/gdb/minsyms.h index 8f0472f..92dd599 100644 --- a/gdb/minsyms.h +++ b/gdb/minsyms.h @@ -228,12 +228,6 @@ struct minimal_symbol *lookup_minimal_symbol_by_pc_section struct minimal_symbol *lookup_minimal_symbol_by_pc (CORE_ADDR); -/* Check if PC is in a shared library trampoline code stub. - Return minimal symbol for the trampoline entry or NULL if PC is not - in a trampoline code stub. */ - -struct minimal_symbol *lookup_solib_trampoline_symbol_by_pc (CORE_ADDR); - /* Iterate over all the minimal symbols in the objfile OBJF which match NAME. Both the ordinary and demangled names of each symbol are considered. The caller is responsible for canonicalizing NAME, |