diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-07-20 08:57:18 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-07-20 08:57:18 +0200 |
commit | b3983e5f53caad175563f8c842f2ab2a1277c2bc (patch) | |
tree | 6d5e3343f11a36633999b33996e210b4edd1650e /gdb/testsuite/gdb.threads | |
parent | 750e4bf70f2caab39dc5d0a1b2d26c9ca1fbd909 (diff) | |
download | gdb-b3983e5f53caad175563f8c842f2ab2a1277c2bc.zip gdb-b3983e5f53caad175563f8c842f2ab2a1277c2bc.tar.gz gdb-b3983e5f53caad175563f8c842f2ab2a1277c2bc.tar.bz2 |
x86: handle SVR4 escaped binary operators
PR gas/4572
When / is a comment character, its use as binary "divide" operator needs
escaping by a backslash. Besides the scrubber needing to support this
(addressed in an earlier change), there are also a few provisions needed
in target specific operator handling.
As the spec calls for % and * to also be escaped because of being
"overloaded", also recognize these, despite the overloading there not
really preventing their use as operators in most (%) or all (*) cases,
given the way how the rest of the assembler works.
To bring source and testsuite in line, also drop the TE_I386AIX part of
the respective conditional, as i?86-*-aix* support had been removed a
while ago.
Diffstat (limited to 'gdb/testsuite/gdb.threads')
0 files changed, 0 insertions, 0 deletions