]> granicus.if.org Git - xz/commitdiff
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 ad4ef097a595216056609effa7197036714fb905..f1ae7f76807bcc025b7afed40c0ef9c2a7423b5b 100644 (file)
@@ -45,7 +45,7 @@ init_table(void)
  */
 
        .text
-       .global lzma_crc32
+       .glob lzma_crc32
        .type   lzma_crc32, @function
 
        .align  16
index 2b8d349ebae92fe6ad164569f78689dd5ed46bdf..f9dc595f9faf3021989b0273dbd9669d10e91612 100644 (file)
@@ -38,7 +38,7 @@ init_table(void)
  */
 
        .text
-       .global lzma_crc64
+       .glob lzma_crc64
        .type   lzma_crc64, @function
 
        .align  16