History log of /netbsd-current/common/lib/libc/arch/arm/string/memcpy.S
Revision Date Author Comments
# 1.8 07-Jun-2015 joerg

Add ARM EABI aliases for aligned arguments.


# 1.7 26-Mar-2015 justin

Don't build the __eabi_ aliases in the arm rump kernel.

These are provided by libc in userspace, so leave out of kernel


# 1.6 02-Dec-2013 joerg

branches: 1.6.4;
Improve EABI handling of string functions. Most importantly, fix
__aeabi_memset, which has the arguments in the wrong order.


# 1.5 20-Aug-2013 matt

Unless we are using an XSCALE, default to the normal arm version of memcpy.


# 1.4 15-Feb-2013 matt

#include <arm/cdefs.h> to get _ARM_ARCH_DWORD_OK


# 1.3 07-Feb-2013 matt

Fix typo.


# 1.2 12-Dec-2012 matt

Change __XSCALE__ to _ARM_ARCH_DWORD_OK so that any cpu with dword load/store
can use it.


# 1.1 20-Dec-2005 christos

branches: 1.1.50; 1.1.54; 1.1.56;
Merge libkern + libc common files. As requested by core.


# 1.1.56.2 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.1.56.1 24-Feb-2013 tls

resync with head


# 1.1.54.3 15-Feb-2013 matt

#include <arm/cdefs.h> to get _ARM_ARCH_DWORD_OK


# 1.1.54.2 07-Feb-2013 matt

Fix typo.


# 1.1.54.1 07-Feb-2013 matt

Sync with HEAD


# 1.1.50.2 22-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")


# 1.1.50.1 15-Jan-2013 yamt

sync with (a bit old) head


# 1.6.4.1 10-Jun-2015 snj

Pull up following revision(s) (requested by joerg in ticket #834):
common/lib/libc/arch/arm/string/memcpy.S: revision 1.8
Add ARM EABI aliases for aligned arguments.