summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa/reloc/roundmode.s
blob: 6b65373504dc875956516e35764bdb9c6419f7cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.code

	.align 4
	.IMPORT foo,data

; Switch in/out of different rounding modes.
; Also make sure we "optimize" away useless rounding mode relocations
	addil   LR'foo-0x12345,%r27
	ldo	RR'foo-0x12345(%r1),%r1
	addil   L'foo-0x12345,%r27
	ldo	R'foo-0x12345(%r1),%r1
	addil   LR'foo-0x12345,%r27
	ldo	RR'foo-0x12345(%r1),%r1
	addil   LR'foo-0x12345,%r27
	ldo	RR'foo-0x12345(%r1),%r1