gas/read.c: init more statics
authorAlan Modra <amodra@gmail.com>
Fri, 10 Mar 2023 09:58:22 +0000 (20:28 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 14 Mar 2023 01:44:59 +0000 (12:14 +1030)
commitf049c18961236c3bf91409a060c1c9a709b96b44
tree2740eaf9e186b8dae20ee6890c7d3c1f568408e6
parentadb9ac5f3984b4ad2d8be1550dc5683d6129e1a6
gas/read.c: init more statics

* read.c (current_name, current_label, dwarf_file, dwarf_line): Move
to file scope.
(pobegin): Tidy pop_override_ok.
(read_a_source_file): Make last_eol an auto var.
(s_reloc): Constify bfd_relocs.
(read_begin): Init more variables.
gas/read.c