amd64 libc: add missed GNU-stack annotation to memmove/memcpy

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2022-11-18 04:24:34 +02:00
parent dc58b3fca5
commit ae507c25de

View File

@ -306,3 +306,5 @@ ENTRY(memcpy)
MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END
END(memcpy)
#endif
.section .note.GNU-stack,"",%progbits