From 5579919f7d343f9118d42f1c443daf74996983e3 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 9 Apr 1996 06:09:33 +0000 Subject: * Makefile.in (scm-exp.o, scm-lang.o, scm-valprint.o): Add targets and dependencies. * scm-lang.c (gdb_string.h): Include. * objfiles.c (add_to_objfile_sections): Cast second arg of obstack_grow call to correct type (char *). * cp-valprint.c (cp_print_static_field): Ditto. * somsolib.c (som_solib_create_inferior_hook): Add a declaration for external find_unwind_entry function (from hppa-tdep.c). * remote-pa.c (remote_write_bytes, remote_read_bytes): Change type of second arg to "char *" to be type compatible with dcache. (remote_wait): Cast second arg to strtol to correct type. * hppa-tdep.c (compare_unwind_entries): Change argument types to "const void *" to be type compatible with qsort, and then assign to local args prior to use. --- gdb/somsolib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/somsolib.c') 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), -- cgit v1.1