summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/string/memset.S
Commit message (Collapse)AuthorAgeFilesLines
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-071-0/+2
|
* We've been lax about matching END() macros in asm code for some time. Thispeter2008-11-021-0/+1
| | | | | | | is used to set the ELF size attribute for functions. It isn't normally critical but some things can make use of it (gdb for stack traces). Valgrind needs it so I'm adding it in. The problem is present on all branches and on both i386 and amd64.
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,alc2005-04-071-0/+60
memmove, and memset. PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks
OpenPOWER on IntegriCloud