+Tue Apr 19 09:46:05 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+
+ * hppa-tdep.c (internalize_unwind_info): Delete unused indexp
+ argument.
+
Mon Apr 18 13:18:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* dbxread.c (read_dbx_dynamic_symtab): Relocate BFD symbols by
static void internalize_unwinds PARAMS ((struct objfile *,
struct unwind_table_entry *,
asection *, unsigned int,
- unsigned int, unsigned int *));
+ unsigned int));
\f
/* Routines to extract various sized constants out of hppa
}
static void
-internalize_unwinds (objfile, table, section, entries, size, indexp)
+internalize_unwinds (objfile, table, section, entries, size)
struct objfile *objfile;
struct unwind_table_entry *table;
asection *section;
unsigned int entries, size;
- unsigned int *indexp;
{
/* We will read the unwind entries into temporary memory, then
fill in the actual unwind table. */