i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / notrackbad.s
CommitLineData
04ef582a
L
1# Check 32bit unsupported NOTRACK prefix
2
3 .allow_index_reg
4 .text
5_start:
6 notrack call foo
7 notrack jmp foo
8
04ef582a
L
9 fs notrack call *%eax
10 notrack fs call *%eax
04ef582a
L
11
12 .intel_syntax noprefix
04ef582a
L
13 fs notrack call eax
14 notrack fs call eax
4e9ac44a
L
15
16 .p2align 4,0
This page took 0.146167 seconds and 4 git commands to generate.