summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/string/memcpy.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate .note.GNU-stack section declaration. bcopy alreadykib2011-02-041-2/+0
| | | | | | made the neccessary provisions. Reported by: arundel
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-071-0/+2
|
* Standardize on our SCM ID style.obrien2002-03-231-0/+3
|
* Use separate routines for memmove() and memcpy(). This lets me dropbde1997-04-201-0/+2
the (buggy) support for alternative entry points. ALTENTRY() was only used for memmove(). Optimizing for space was particularly silly because memcpy() is rarely used (gcc normally inlines it). Obtained from: NetBSD
OpenPOWER on IntegriCloud