gas/dwarf2dbg.c init more statics
authorAlan Modra <amodra@gmail.com>
Fri, 10 Mar 2023 09:57:38 +0000 (20:27 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 14 Mar 2023 01:41:16 +0000 (12:11 +1030)
commita2aee680684ec8c79bbdc169d73fe5111e8e9a64
treec69812ebdca8a673f52d1fe6e3a4d65c7c817c64
parentfb977255c88f3d27e21801b8ad8d9032ef4c7ffd
gas/dwarf2dbg.c init more statics

* dwarf2dbg.c (dw2_line, dw2_filename): Move to file scope and..
(dwarf2_gen_line_info): ..renamed from here.
(label_num, last_used, last_used_dir_len): Move to file scope.
(dwarf2_init): Init moved statics, except last_used_dir_len.
gas/dwarf2dbg.c