mes/lib/riscv64-mes-tcc
Ekaitz Zarraga 90a1684b89 lib: Add setjmp/longjmp for riscv64.
Note about the -tcc file:

    HAVE_FLOAT_ASM defines if there's assembly support for float
    instructions.

    HAVE_FLOAT defines if there's floating point arithmetic support.

    This is important for TinyCC because the assembler and the C
    compiler are split. TinyCC can HAVE_FLOAT but no assembler support
    for them.

* lib/riscv64-mes-gcc/setjmp.c,
lib/riscv64-mes-tcc/setjmp.c: New files.
2023-11-05 09:45:31 +01:00
..
setjmp.c lib: Add setjmp/longjmp for riscv64. 2023-11-05 09:45:31 +01:00