aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/loongarch/pseudo_op_option.s
blob: f21b72631a3b65eeb330439a79040c37510619f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Gas enables relax by default.
# Push and pop can be nested, and each pop restores the options before
# the most recent push.
	.text
.L1:
	la.pcrel  $a0,x

	.option push
	.option norelax
	la.pcrel  $a0,x

	.option push
	.option relax
	la.pcrel  $a0,x
	.option pop

	la.pcrel  $a0,x
	.option pop
	la.pcrel  $a0,x