Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/common/lib/libc/arch
Module Name: src
Committed By: uwe
Date: Sat Feb 4 21:53:31 UTC 2006
Modified Files:
src/common/lib/libc/arch/arm/gen: byte_swap_2.S byte_swap_4.S
src/common/lib/libc/arch/x86_64/gen: byte_swap_2.S byte_swap_4.S
Log Message:
libc wants __bswapNN, kernel wants bswapNN. That was not accounted
for during the merge of kernel and libc versions. Fix to match
e.g. i386 code.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/common/lib/libc/arch/arm/gen/byte_swap_2.S \
src/common/lib/libc/arch/arm/gen/byte_swap_4.S
cvs rdiff -r1.1 -r1.2 src/common/lib/libc/arch/x86_64/gen/byte_swap_2.S \
src/common/lib/libc/arch/x86_64/gen/byte_swap_4.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