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