Don't handle lret/iret when -mlfence-before-ret=[or|not|shl|yes] since they are inval...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / string-2.s
CommitLineData
a471a06b
HPN
1; Test that strings are evaluated as in the manual (slightly modified).
2; FIXME: This should be a generic test.
3 .text
4start:
5 .ascii "This\0x20is a\040string\x20with a \"newline\" at the 'end'"
6 .ascii "Megatroid\n", "AX-Foo\r\n"
7end:
This page took 1.028571 seconds and 4 git commands to generate.