Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/common/lib/libc



Module Name:    src
Committed By:   joerg
Date:           Mon Dec  2 21:21:33 UTC 2013

Modified Files:
        src/common/lib/libc/arch/arm/string: memcmp.S memcpy.S memcpy_arm.S
            memmove.S memset.S
        src/common/lib/libc/string: memcmp.c memcpy.c memmove.c memset.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/arm/string/memcmp.S
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/arch/arm/string/memcpy.S
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/arm/string/memcpy_arm.S
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/arch/arm/string/memmove.S
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/arch/arm/string/memset.S
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/string/memcmp.c
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/string/memcpy.c \
    src/common/lib/libc/string/memmove.c
cvs rdiff -u -r1.9 -r1.10 src/common/lib/libc/string/memset.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index