memmove.S revision 217106
1#include <machine/asm.h>
2__FBSDID("$FreeBSD: head/lib/libc/i386/string/memmove.S 217106 2011-01-07 16:08:40Z kib $");
3
4#define MEMMOVE
5#include "bcopy.S"
6
7	.section .note.GNU-stack,"",%progbits
8