Move all GAS directives under TOK_ASMDIR prefix to include leading '.'
commitaa1ed616eb01efe353e7c5e829fffbed01b428bd
authorVlad Vissoultchev <wqweto@gmail.com>
Mon, 14 Mar 2016 16:20:26 +0000 (14 18:20 +0200)
committerVlad Vissoultchev <wqweto@gmail.com>
Tue, 15 Mar 2016 08:00:50 +0000 (15 10:00 +0200)
treecb5b9facff1e9743700796586a6a2c73729df3f9
parent05ec6654a76bc3854a74f5d5d53ceb2ca1502cbe
Move all GAS directives under TOK_ASMDIR prefix to include leading '.'

Use only these tokens in `asm_parse_directive` and don't recycle others' tokens (like TOK_SECTION1)
tcc.h
tccasm.c
tcctok.h