]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: adjust impossible/bogus M68K/MRI special case when scrubbing
authorJan Beulich <jbeulich@suse.com>
Fri, 19 Jul 2024 09:54:45 +0000 (11:54 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 19 Jul 2024 09:54:45 +0000 (11:54 +0200)
commitfd05d6b739fd06bbd993e6a673841977d33dd763
treec4f0176df72c367664858219217cb078e3f5804e
parent0d96d156aca0aa022f174be4add3d3cb56d7f6b7
gas: adjust impossible/bogus M68K/MRI special case when scrubbing

State 1 is uniformly handled further up. And it is highly questionable
that in state 10 (i.e. after having seen not only a possible label, but
also an opcode), which is about to go away anyway, a line comment char
could still be meant to take effect. With the state checking dropped,
the immediately preceding logic can then also be simplified.
gas/app.c