Use .globl instead of .global in x86 assembler code for
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 14 Dec 2007 07:53:24 +0000 (09:53 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 14 Dec 2007 07:53:24 +0000 (09:53 +0200)
better portability. Still needs fixing the commenting.

src/liblzma/check/crc32_x86.s
src/liblzma/check/crc64_x86.s

index ad4ef09..f1ae7f7 100644 (file)
@@ -45,7 +45,7 @@ init_table(void)
  */
 
        .text
-       .global lzma_crc32
+       .glob lzma_crc32
        .type   lzma_crc32, @function
 
        .align  16
index 2b8d349..f9dc595 100644 (file)
@@ -38,7 +38,7 @@ init_table(void)
  */
 
        .text
-       .global lzma_crc64
+       .glob lzma_crc64
        .type   lzma_crc64, @function
 
        .align  16