1be3de80dSJan Beulich#define memset MEMSET /* don't hide glibc's memset() */
2be3de80dSJan Beulich#define altinstr_replacement text
3be3de80dSJan Beulich#define globl p2align 4; .globl
47d7d1bf1SArnaldo Carvalho de Melo#include "../../arch/x86/lib/memset_64.S"
5e89cef13SJiri Olsa
6e89cef13SJiri Olsa/*
7e89cef13SJiri Olsa * We need to provide note.GNU-stack section, saying that we want
8e89cef13SJiri Olsa * NOT executable stack. Otherwise the final linking will assume that
9e89cef13SJiri Olsa * the ELF stack should not be restricted at all and set it RWX.
10e89cef13SJiri Olsa */
11e89cef13SJiri Olsa.section .note.GNU-stack,"",@progbits
12