diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-07-19 11:53:24 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-07-19 11:53:24 +0200 |
commit | da0fa10a4e0967be13cfa86a64a992602161b31d (patch) | |
tree | 7d3c1bae3836b388e75ef66064e0ef077203142e /gas/doc | |
parent | 75d0166b71137df3b2bcdd64cfe34c00180607de (diff) | |
download | gdb-da0fa10a4e0967be13cfa86a64a992602161b31d.zip gdb-da0fa10a4e0967be13cfa86a64a992602161b31d.tar.gz gdb-da0fa10a4e0967be13cfa86a64a992602161b31d.tar.bz2 |
gas: drop tic6x scrubber special case
Two successive PUT() without a state change in between can't be right:
The first PUT() may take the "goto tofull" path, leading to the
subsequent character being processed later in the previously set state
(1 in this case), rather than the state we were in upon entry to the
switch() (13 in this case).
However, the original purpose of that logic appears to be to not mistake
"|| ^" for "||^". This effect, sadly, looks to not have been achieved.
Therefore drop the special case altogether; something that actually
achieves the (presumably) intended effect may then be introduced down
the road.
Diffstat (limited to 'gas/doc')
0 files changed, 0 insertions, 0 deletions