Source-Changes archive

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

CVS commit: syssrc/sys/arch/arm/include



Module Name:    syssrc
Committed By:   thorpej
Date:           Wed Aug 14 15:08:58 UTC 2002

Modified Files:
        syssrc/sys/arch/arm/include: bswap.h byte_swap.h endian_machdep.h

Log Message:
* Rename "word" -> 16, and "long" -> 32, as suggested by Ben Harris.
* Replace __byte_swap_32_variable() with a C version from Richard
  Earnshaw that generates nearly identical assembly (and it would be
  exactly identical with the addition of another peephole to GCC ARM
  back-end).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm/include/bswap.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/include/byte_swap.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm/include/endian_machdep.h

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