Initial revision
[binutils.git] / gas / testsuite / gas / hppa / parse / lselbug.s
blob29cd997e2895411847aa1775cf2a22123b9c91bf
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
8 .SPACE $TEXT$
9 .SUBSPA $CODE$
11 .align 4
12 ; In gas-1.36 the ldil instruction using parenthesis generated
13 ; garbage bits while the one without parens worked fine.
14 ldil L%(0x00040000 | 0x00000008 | 0x00000002),%r21
15 ldo L%(0x00040000 | 0x00000008 | 0x00000002) (%r21),%r21
16 ldil L%0x00040000 | 0x00000008 | 0x00000002,%r21
17 ldo L%0x00040000 | 0x00000008 | 0x00000002 (%r21),%r21