summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/hppa/parse/lselbug.s
blob: c937e86bb91a69c4ad722486ddd129f11334c99a (plain)
1
2
3
4
5
6
7
8
9
10
	.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