aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc32_x86.s
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2007-12-14 09:53:24 +0200
committerLasse Collin <lasse.collin@tukaani.org>2007-12-14 09:53:24 +0200
commit2881570df6803eed2fe550af34574e8e61794804 (patch)
treeb690f79efb5cbb4bb87f062e968612e802cf96aa /src/liblzma/check/crc32_x86.s
parentFixed a few short options that take an argument. (diff)
downloadxz-2881570df6803eed2fe550af34574e8e61794804.tar.xz
Use .globl instead of .global in x86 assembler code for
better portability. Still needs fixing the commenting.
Diffstat (limited to 'src/liblzma/check/crc32_x86.s')
-rw-r--r--src/liblzma/check/crc32_x86.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/check/crc32_x86.s b/src/liblzma/check/crc32_x86.s
index ad4ef097..f1ae7f76 100644
--- a/src/liblzma/check/crc32_x86.s
+++ b/src/liblzma/check/crc32_x86.s
@@ -45,7 +45,7 @@ init_table(void)
*/
.text
- .global lzma_crc32
+ .globl lzma_crc32
.type lzma_crc32, @function
.align 16