aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorbellard <bellard>2004-10-02 14:01:26 +0000
committerbellard <bellard>2004-10-02 14:01:26 +0000
commit8da6027e733ccde8982035ddca27c26949e8b49f (patch)
tree553c7555147c9ad4a6244d30a4a303265540c894 /tcctok.h
parentc1265d161696a2c1910053e83e9dba1834bc2992 (diff)
downloadtinycc-8da6027e733ccde8982035ddca27c26949e8b49f.tar.gz
tinycc-8da6027e733ccde8982035ddca27c26949e8b49f.tar.bz2
both .globl and .global directives are accepted by as
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h1
1 files changed, 1 insertions, 0 deletions
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)