summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/string/memcpy.S
Commit message (Collapse)AuthorAgeFilesLines
* 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