aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc32_x86.s (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-12-14Use the filename suffix .S instead of .s for assembler filesLasse Collin1-217/+0
so that the preprocessor removes the /* */ style comments, which are not supported by some non-GNU assemblers (Solaris) that otherwise work with this code.
2007-12-14Use .globl instead of .global in x86 assembler code forLasse Collin1-1/+1
better portability. Still needs fixing the commenting.
2007-12-09Imported to git.Lasse Collin1-0/+217