summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/notrackbad.s
blob: 535ec56bba9b08861d2f809d8756e15313410138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Check 32bit unsupported NOTRACK prefix

	.allow_index_reg
	.text
_start:
	notrack call foo
	notrack jmp foo

	fs notrack call *%eax
	notrack fs call *%eax

	.intel_syntax noprefix
	fs notrack call eax
	notrack fs call eax

	.p2align	4,0