x86: Pass -O0 to assembler for some tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rtm.s
1 # Check RTM new instructions.
2
3 .text
4 foo:
5 xabort $0x8
6 1:
7 xbegin 1b
8 xbegin 2f
9 2:
10 xend
11
12 .intel_syntax noprefix
13 xabort 0x8
14 1:
15 xbegin 1b
16 xbegin 2f
17 2:
18 xend
19 xtest
This page took 0.030965 seconds and 4 git commands to generate.