summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/d30v/guard-debug.s
blob: 3f20f7b187dce88dbf07c89d8b01373992e05860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Same as guard.s but here we are testing debug (-g) assembly
# On the D30V, assembling with -g should disable the VLIW packing
# and put only one instruction per line.	

	.text

	add	r1,r2,r3
	add/al	r1,r2,r3
	add/tx	r1,r2,r3
	add/fx	r1,r2,r3
	add/xt	r1,r2,r3
	add/xf	r1,r2,r3
	add/tt	r1,r2,r3
	add/tf	r1,r2,r3