* gas/hppa/more.parse/regpopbug.s: New test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / hppa / more.parse / stringer.s
CommitLineData
7b5b8e51
JL
1 .SPACE $PRIVATE$
2 .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
3 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
4 .SPACE $TEXT$
5 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
6 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
7
8 .SPACE $PRIVATE$
9 .SUBSPA $DATA$
10
11
12; GAS used to mis-parse the embedded quotes
13 .STRING "#include \"awk.def\"\x0a\x00"
14
15; Octal escapes used to consume > 3 chars which led to this
16; string being screwed in a big way.
17 .STRING "\0110x123"
18
19
This page took 0.038455 seconds and 4 git commands to generate.