commit | 7dd0dfbde7ee31167a3b2e192a575493d26b7b0a | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Aug 09 12:00:26 2024 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Aug 09 12:00:26 2024 +0200 |
tree | d79e513c2c5fc36401e4738dc788b25e457e0eed | |
parent | 6ae8a30d44f016cafb46a75843b5109316eb1996 [diff] |
gas: drop scrubber states 14 and 15 While sadly 5262831592fb doesn't say anything on why these would have been needed, the latest with the removal of most of the opcode vs operands distinction in the scrubber these shouldn't be needed anymore. The implementation was a little questionable anyway, in moving back to states expecting labels, when clearly labels shouldn't really be following predicates (in practice, due to another bug, at least ia64 permits such).