Lasse Collin
44b333d461
Use the filename suffix .S instead of .s for assembler files
...
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-14 10:07:10 +02:00
Lasse Collin
ec1c82b2e8
Fixed wrong symbol name in crc64_x86.s.
2007-12-14 09:59:05 +02:00
Lasse Collin
2881570df6
Use .globl instead of .global in x86 assembler code for
...
better portability. Still needs fixing the commenting.
2007-12-14 09:53:24 +02:00
Lasse Collin
329c272d50
Added missing LZMA_API to the C versions of the CRC functions.
...
The x86 assembler versions were already OK.
2007-12-09 17:14:07 +02:00
Lasse Collin
5d018dc035
Imported to git.
2007-12-09 00:42:33 +02:00