Add const to lm_addr_check.
[deliverable/binutils-gdb.git] / gdb / minsyms.h
index e6e2c8b4f65fe154101f1e1bf117cca0d7ccb8ae..e3980ea6c44e90a2c9daab76a3131fb9994b4c18 100644 (file)
@@ -1,6 +1,6 @@
 /* Minimal symbol table definitions for GDB.
 
-   Copyright (C) 2011 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,
This page took 0.024445 seconds and 4 git commands to generate.