| commit | 8d627d3b319fb0110e2e8f018202b8f231d56411 | [log] [tgz] |
|---|---|---|
| author | Jan Beulich <jbeulich@suse.com> | Fri Aug 09 11:48:05 2024 +0200 |
| committer | Jan Beulich <jbeulich@suse.com> | Fri Aug 09 11:48:05 2024 +0200 |
| tree | f1cc5a5aafc79371660b04dfb39237313689634d | |
| parent | 04c9cf0a8c5f03e5a1bb91a954cc42eb83a3e493 [diff] |
gas: have scrubber also respect quoted labels For the handling of ':' elsewhere in the scrubber to be correct with regard to labels, the state after parsing a string found at the start of a line must match that after finding a symbol character at the start of a line. (Things are largely okay when there's whitespace ahead of the label: Whitespace after the colon then is retained rather than dropped for typical targets like x86, but read.c will know to deal with that.)