diff options
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r-- | gdb/somsolib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c index 438bce0..1c32837 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -557,6 +557,7 @@ som_solib_create_inferior_hook() ALL_OBJFILES (objfile) { struct unwind_table_entry *u; + extern struct unwind_table_entry *find_unwind_entry PARAMS ((CORE_ADDR pc)); /* What a crock. */ msymbol = lookup_minimal_symbol_solib_trampoline (SYMBOL_NAME (msymbol), |