Hitoshi Mitake | ea7872b | 2010-11-25 16:04:53 +0900 | [diff] [blame] | 1 | |
2 | #include "../../../arch/x86/lib/memcpy_64.S" | ||||
Jiri Olsa | 7a0153e | 2012-02-06 18:54:06 -0200 | [diff] [blame^] | 3 | /* |
4 | * We need to provide note.GNU-stack section, saying that we want | ||||
5 | * NOT executable stack. Otherwise the final linking will assume that | ||||
6 | * the ELF stack should not be restricted at all and set it RWX. | ||||
7 | */ | ||||
8 | .section .note.GNU-stack,"",@progbits |