For test for PR 29072 when the linker is configured with --enable-default-execstack=no.
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / apic.s
1 .text
2 .intel_syntax noprefix
3 .global _start
4 _start:
5 ret
6
7 apic_read:
8 mov eax, [edi*4+APIC_BASE]
9 ret
10
11 apic_write:
12 mov [edi*4+APIC_BASE], esi
13 ret