[hackers] [scc] [cc2-i386] Use global instead of globl || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Tue, 26 Jan 2016 14:32:00 +0100 (CET)

commit 47e042802dd3438d7a009a30aaf73bbb7bc7ffed
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Jan 26 14:30:58 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Tue Jan 26 14:30:58 2016 +0100

    [cc2-i386] Use global instead of globl

diff --git a/cc2/arch/i386-sysv/code.c b/cc2/arch/i386-sysv/code.c
index 7d7c4c5..9bda841 100644
--- a/cc2/arch/i386-sysv/code.c
+++ b/cc2/arch/i386-sysv/code.c
_AT_@ -169,7 +169,7 @@ label(Symbol *sym)
         case LOCAL:
                 return;
         case GLOB:
- printf("\t.globl\t%s\n", name);
+ printf("\t.global\t%s\n", name);
                 break;
         }
 
Received on Tue Jan 26 2016 - 14:32:00 CET

This archive was generated by hypermail 2.3.0 : Tue Jan 26 2016 - 14:36:17 CET