gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-notrackbad.s
CommitLineData
04ef582a
L
1# Check 64bit 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 *%rax
10 notrack fs call *%rax
04ef582a
L
11
12 .intel_syntax noprefix
04ef582a
L
13 fs notrack call rax
14 notrack fs call rax
4e9ac44a
L
15
16 .p2align 4,0
This page took 0.18574 seconds and 4 git commands to generate.