Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/blackfin/lib
Yi Li c50e19f498 [Blackfin] arch: fix bug - make memcpy return the dest addr.
The memcpy() function returns the src pointer instead of the dst pointer.
This patch fix this bug.

Signed-off-by: Yi Li <yi.li@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
2007-12-21 21:12:21 +08:00
..
ashldi3.c
ashrdi3.c
checksum.c
divsi3.S
gcclib.h
ins.S Blackfin arch: Add assembly function insl_16 2007-11-17 23:46:58 +08:00
lshrdi3.c
Makefile Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd 2007-11-23 11:28:11 +08:00
memchr.S
memcmp.S Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines 2007-07-25 11:19:14 +08:00
memcpy.S [Blackfin] arch: fix bug - make memcpy return the dest addr. 2007-12-21 21:12:21 +08:00
memmove.S Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines 2007-07-25 11:19:14 +08:00
memset.S
modsi3.S
muldi3.c
outs.S
smulsi3_highpart.S
strcmp.c Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined 2007-11-21 15:34:51 +08:00
strcpy.c Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined 2007-11-21 15:34:51 +08:00
strncmp.c Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined 2007-11-21 15:34:51 +08:00
strncpy.c Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined 2007-11-21 15:34:51 +08:00
udivsi3.S
umodsi3.S
umulsi3_highpart.S