Support asm goto
commit98bab41cba27a7da9ebf40389212e811ee2277ac
authorMichael Matz <matz@suse.de>
Thu, 7 Jul 2022 14:45:16 +0000 (7 16:45 +0200)
committerMichael Matz <matz@suse.de>
Tue, 16 Aug 2022 13:59:41 +0000 (16 15:59 +0200)
tree4c75c5fe4017a6ff35d47ec46e999935514b5f91
parent154c3e7450d9a65464b42410ce7864072ed0670f
Support asm goto

this adds generic support for asm goto, but I've tested only
on x86.
tcc.h
tccasm.c
tccgen.c
tccpp.c
tests/tests2/127_asm_goto.c [new file with mode: 0644]
tests/tests2/127_asm_goto.expect [new file with mode: 0644]
tests/tests2/Makefile