summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-10-16 16:35:27 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-10-16 16:35:27 +0000
commit1da02d627fcd030c14094473010f51e3d1fc3858 (patch)
tree78804813d0fdb1a30b82987e1a97347d9e56cdd0 /gdb/symtab.h
parent7d1a755c7ea748ed4b5802aeb5f5cf686a763439 (diff)
downloadgdb-1da02d627fcd030c14094473010f51e3d1fc3858.tar.gz
2003-10-16 Elena Zannoni <ezannoni@redhat.com>
* minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove second parameter, which is always null. Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code. * symtab.h (lookup_minimal_symbol_solib_trampoline): Update accordingly. * somsolib.c (som_solib_create_inferior_hook, som_solib_desire_dynamic_linker_symbols): Update callers. * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index da301254749..3723559cbc3 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1168,7 +1168,6 @@ extern struct minimal_symbol *lookup_minimal_symbol_text (const char *,
struct objfile *);
struct minimal_symbol *lookup_minimal_symbol_solib_trampoline (const char *,
- const char *,
struct objfile
*);