mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
amd64 libc: add missed GNU-stack annotation to memmove/memcpy
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
dc58b3fca5
commit
ae507c25de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user