* hppa-tdep.c (internalize_unwind_info): Delete unused indexp
authorJeff Law <law@redhat.com>
Tue, 19 Apr 1994 16:47:30 +0000 (16:47 +0000)
committerJeff Law <law@redhat.com>
Tue, 19 Apr 1994 16:47:30 +0000 (16:47 +0000)
        argument.

gdb/ChangeLog
gdb/hppa-tdep.c

index 2535c5026dc843ad15984b2fb58a3dd783516333..53e8cd96618d7ff12dceff6ed824bc68b6d24761 100644 (file)
@@ -1,3 +1,8 @@
+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
index a677837f45511f97175e0ac1d23e0a50ad62c920..b55f40f9c40904300f854c44b668efffaf704b6a 100644 (file)
@@ -74,7 +74,7 @@ static void read_unwind_info PARAMS ((struct objfile *));
 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 
@@ -274,12 +274,11 @@ compare_unwind_entries (a, b)
 }
 
 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.  */