blob: 29cd997e2895411847aa1775cf2a22123b9c91bf [file] [log] [blame]
.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 $TEXT$
.SUBSPA $CODE$
.align 4
; In gas-1.36 the ldil instruction using parenthesis generated
; garbage bits while the one without parens worked fine.
ldil L%(0x00040000 | 0x00000008 | 0x00000002),%r21
ldo L%(0x00040000 | 0x00000008 | 0x00000002) (%r21),%r21
ldil L%0x00040000 | 0x00000008 | 0x00000002,%r21
ldo L%0x00040000 | 0x00000008 | 0x00000002 (%r21),%r21