mirror of
https://github.com/mirror/tinycc.git
synced 2025-04-01 12:30:08 +08:00
fixup! riscv: Add .option assembly directive (unimp)
This commit is contained in:
parent
cbe70fa629
commit
0239133488
2
tccasm.c
2
tccasm.c
@ -927,6 +927,8 @@ static void asm_parse_directive(TCCState *s1, int global)
|
|||||||
case TOK_ASMDIR_option:
|
case TOK_ASMDIR_option:
|
||||||
next();
|
next();
|
||||||
switch(tok){
|
switch(tok){
|
||||||
|
case TOK_ASM_rvc: /* Will be deprecated soon in favor of arch */
|
||||||
|
case TOK_ASM_norvc: /* Will be deprecated soon in favor of arch */
|
||||||
case TOK_ASM_pic:
|
case TOK_ASM_pic:
|
||||||
case TOK_ASM_nopic:
|
case TOK_ASM_nopic:
|
||||||
case TOK_ASM_relax:
|
case TOK_ASM_relax:
|
||||||
|
Loading…
Reference in New Issue
Block a user