freebsd-dev/lib/libc/i386/string/memmove.S
Konstantin Belousov adc6846785 Remove duplicate .note.GNU-stack section declaration. bcopy already
made the neccessary provisions.

Reported by:	arundel
2011-02-04 21:04:00 +00:00

6 lines
84 B
ArmAsm

#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#define MEMMOVE
#include "bcopy.S"