* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git] / gas / testsuite / gas / i386 / crx.s
blobe0a78fd12c77698230f3608df4bbe003fbe0deed
1 .text
2 _start:
3 movl %cr8, %eax
4 movl %cr8, %edi
5 movl %eax, %cr8
6 movl %edi, %cr8
8 .att_syntax noprefix
9 movl cr8, eax
10 movl cr8, edi
11 movl eax, cr8
12 movl edi, cr8
14 .intel_syntax noprefix
15 mov eax, cr8
16 mov edi, cr8
17 mov cr8, eax
18 mov cr8, edi