diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-14 10:07:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-14 10:07:10 +0200 |
commit | 44b333d4615b5aabc557a0e1b6bb0096da3fae24 (patch) | |
tree | 7f67452afcc0b6b25e6fee32921d52b3d8d80e6e /src/liblzma/check/crc64_x86.S | |
parent | Fixed wrong symbol name in crc64_x86.s. (diff) | |
download | xz-44b333d4615b5aabc557a0e1b6bb0096da3fae24.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/check/crc64_x86.S (renamed from src/liblzma/check/crc64_x86.s) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/liblzma/check/crc64_x86.s b/src/liblzma/check/crc64_x86.S index 7ad3d889..7ad3d889 100644 --- a/src/liblzma/check/crc64_x86.s +++ b/src/liblzma/check/crc64_x86.S |