When reading string arguments for the assembler's string directives treat space separ...
authorNick Clifton <nickc@redhat.com>
Tue, 17 Nov 2020 15:45:01 +0000 (15:45 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 17 Nov 2020 15:45:01 +0000 (15:45 +0000)
commit3d955acb36f483c05724181da5ffba46b1303c43
tree995b5e0ade78938225f697971674875ebc114858
parent811bdca093965e857e4f4473fbf336da2a93518a
When reading string arguments for the assembler's string directives treat space separated strings as a single entity.

* read.c (stringer): Treat space separated, quote enclosed strings
as a single string.
* doc/as.texi (asciz): Mention this behaviour in the description
of the asciz directive.
* testsuite/gas/all/asciz.s: New test.
* testsuite/gas/all/asciz.d: New test driver.
* testsuite/gas/all/gas.exp: Run the new test.
gas/doc/as.texi
gas/read.c
gas/testsuite/gas/all/asciz.d [new file with mode: 0644]
gas/testsuite/gas/all/asciz.s [new file with mode: 0644]
gas/testsuite/gas/all/gas.exp