Fix the RX assembler so that it can handle escaped double quote characters, ie: \"
authorOleg Endo <olegendo@gcc.gnu.org>
Mon, 22 Jan 2018 14:31:10 +0000 (14:31 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 22 Jan 2018 14:31:10 +0000 (14:31 +0000)
commit49da480ff6208abc419fe66e030dfa052c11ee1b
tree757bba068e6add31ea3649048ea1de7735e8284e
parentf433138f1f9e6b8bcd93145a40ebae6c5d996792
Fix the RX assembler so that it can handle escaped double quote characters, ie: \"

PR 22737
* config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
* testsuite/gas/rx/pr22737.s: New test.
* testsuite/gas/rx/pr22737.d: Likewise.
* testsuite/gas/rx/rx.exp: Run the new test.
gas/ChangeLog
gas/config/tc-rx.c
gas/testsuite/gas/rx/pr22737.d [new file with mode: 0644]
gas/testsuite/gas/rx/pr22737.s [new file with mode: 0644]
gas/testsuite/gas/rx/rx.exp
This page took 0.037546 seconds and 4 git commands to generate.