ldgram.y tidies
authorAlan Modra <amodra@gmail.com>
Wed, 11 Aug 2021 06:04:12 +0000 (15:34 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 11 Aug 2021 10:16:43 +0000 (19:46 +0930)
commit6c93cebf2dd6ed203efe01e2c696fbb2c44ff42d
tree67bcec738b936a20c8bbe905027f2da053a9ed01
parentfb0afe4ccacebb4062a9428a32051f3e077dfa14
ldgram.y tidies

I've been tripped up before thinking the "end" rule was the "END"
token.  Let's use a better name.  The formatting changes are for
consistency within rules, and making it a little easier to visually
separate tokens from mid-rule actions.

* ldgram.y (separator): Rename from "end".  Update uses.
(statement): Formatting.  Move ';' match to beginning.
(paren_script_name): Formatting.  Simplify.
(must_be_exp, section): Formatting.
ld/ldgram.y