summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa/parse/stringer.s
blob: 06c5e6dc272ae294c2f7005f00c35cd92e00a2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	.SPACE $PRIVATE$
	.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
	.SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
	.SPACE $TEXT$
	.SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
	.SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY

	.SPACE $PRIVATE$
	.SUBSPA $DATA$


; GAS used to mis-parse the embedded quotes
	.STRING "#include \"awk.def\"\x0a\x00"

; Octal escapes used to consume > 3 chars which led to this
; string being screwed in a big way.
	.STRING "\0110x123"