PR ld/12549
[binutils-gdb.git] / gdb / minsyms.h
index 8f0472fb32c61fcb2cc2dbde19e75c29e83618f9..e3980ea6c44e90a2c9daab76a3131fb9994b4c18 100644 (file)
@@ -1,6 +1,6 @@
 /* Minimal symbol table definitions for GDB.
 
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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,