mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue