Remove the "listhead" argument from finish_block
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 98efa969c3821123182d271acb8d2edf7519ec03..f8dd3e9e0a2b90b582b5b373eb610940f9a4f7fa 100644 (file)
@@ -1408,7 +1408,7 @@ read_xcoff_symtab (struct objfile *objfile, struct partial_symtab *pst)
                  break;
                }
 
-             finish_block (cstk.name, &local_symbols, cstk.old_blocks,
+             finish_block (cstk.name, cstk.old_blocks,
                            NULL, cstk.start_addr,
                            (fcn_cs_saved.c_value
                             + fcn_aux_saved.x_sym.x_misc.x_fsize
@@ -1499,7 +1499,7 @@ read_xcoff_symtab (struct objfile *objfile, struct partial_symtab *pst)
              if (local_symbols && !outermost_context_p ())
                {
                  /* Make a block for the local symbols within.  */
-                 finish_block (cstk.name, &local_symbols,
+                 finish_block (cstk.name,
                                cstk.old_blocks, NULL,
                                cstk.start_addr,
                                (cs->c_value
This page took 0.025386 seconds and 4 git commands to generate.