both .globl and .global directives are accepted by as

This commit is contained in:
bellard
2004-10-02 14:01:26 +00:00
parent c1265d1616
commit 8da6027e73
3 changed files with 4 additions and 0 deletions

View File

@ -362,6 +362,7 @@ static void asm_parse_directive(TCCState *s1)
}
break;
case TOK_ASM_globl:
case TOK_ASM_global:
{
Sym *sym;