aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2024-07-19 11:53:24 +0200
committerJan Beulich <jbeulich@suse.com>2024-07-19 11:53:24 +0200
commitda0fa10a4e0967be13cfa86a64a992602161b31d (patch)
tree7d3c1bae3836b388e75ef66064e0ef077203142e /gas/doc
parent75d0166b71137df3b2bcdd64cfe34c00180607de (diff)
downloadgdb-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