From 8da6027e733ccde8982035ddca27c26949e8b49f Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 2 Oct 2004 14:01:26 +0000 Subject: both .globl and .global directives are accepted by as --- tcctok.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcctok.h') diff --git a/tcctok.h b/tcctok.h index cfefb09..4f90fc9 100644 --- a/tcctok.h +++ b/tcctok.h @@ -163,6 +163,7 @@ DEF_ASM(space) DEF_ASM(string) DEF_ASM(globl) + DEF_ASM(global) DEF_ASM(text) DEF_ASM(data) DEF_ASM(bss) -- cgit v1.3.1