Remove the "listhead" argument from finish_block
authorTom Tromey <tom@tromey.com>
Mon, 21 May 2018 06:41:21 +0000 (00:41 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Jul 2018 15:42:44 +0000 (09:42 -0600)
commitc233e9c641a84e69603bd94d0e85050c361b64a6
treea5e28ff8624acf305258816c76499667e56f463e
parent5ac045503de7dde6793b318f89d251addc161f66
Remove the "listhead" argument from finish_block

finish_block is only ever called with "&local_symbols" as the
"listhead" argument.  So, remove this argument.

gdb/ChangeLog
2018-07-20  Tom Tromey  <tom@tromey.com>

* xcoffread.c (read_xcoff_symtab): Update.
* dwarf2read.c (read_func_scope, read_lexical_block_scope):
Update.
* dbxread.c (process_one_symbol): Update.
* coffread.c (coff_symtab_read): Update.
* buildsym.h (finish_block): Update.
* buildsym.c (finish_block): Remove "listhead" argument.
(end_symtab_get_static_block): Update.
gdb/ChangeLog
gdb/buildsym.c
gdb/buildsym.h
gdb/coffread.c
gdb/dbxread.c
gdb/dwarf2read.c
gdb/xcoffread.c
This page took 0.023995 seconds and 4 git commands to generate.