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:           Thu Jun 16 16:39:14 UTC 2011

Modified Files:
        src/common/lib/libc: Makefile.inc
Added Files:
        src/common/lib/libc/arch/i386/string/small: memcmp.S memcpy.S memmove.S
            memset.S strchr.S strcmp.S strcpy.S strlen.S

Log Message:
Add support for size optimised versions of the assembler functions in
the small subdirectory. Provide more compact versions of the functions
used by bootxx in x86.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/common/lib/libc/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/common/lib/libc/arch/i386/string/small/memcmp.S \
    src/common/lib/libc/arch/i386/string/small/memcpy.S \
    src/common/lib/libc/arch/i386/string/small/memmove.S \
    src/common/lib/libc/arch/i386/string/small/memset.S \
    src/common/lib/libc/arch/i386/string/small/strchr.S \
    src/common/lib/libc/arch/i386/string/small/strcmp.S \
    src/common/lib/libc/arch/i386/string/small/strcpy.S \
    src/common/lib/libc/arch/i386/string/small/strlen.S

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