xref: /freebsd/lib/libc/i386/string/memcpy.S (revision 8f861da99cb9865b2f1ef6098ad074150f368c23)
1#include <machine/asm.h>
2__FBSDID("$FreeBSD$");
3
4#define MEMCOPY
5#include "bcopy.S"
6
7	.section .note.GNU-stack,"",%progbits
8