mem-memcpy-x86-64-asm.S 292 B

123456789
  1. #include "../../../arch/x86/lib/memcpy_64.S"
  2. /*
  3. * We need to provide note.GNU-stack section, saying that we want
  4. * NOT executable stack. Otherwise the final linking will assume that
  5. * the ELF stack should not be restricted at all and set it RWX.
  6. */
  7. .section .note.GNU-stack,"",@progbits