Files
tinycc/tests
herman ten brugge 3b617fdc53 Add sigsetjmp/siglongjmp bound checking support
tcctok.h:
- Add sigsetjmp/__sigsetjmp/siglongjmp

tccgen.c:
- redirect sigsetjmp/siglongjmp to bcheck.c code

i386-gen.c/x86_64-gen.c
- gcall_or_jmp: Set func_bound_add_epilog also when sigsetjmp is called
- gen_bounds_epilog: Only call __bound_local_new when needed (unrelated)

bcheck.c:
- Add __bound_siglongjmp
- __bound_setjmp/__bound_long_jump: Check no_checking
- Optimize __bound_local_delete (unrelated)

Modify testcase:
- 114_bound_signal
2020-05-25 12:26:55 +02:00
..
2018-01-05 02:19:26 +01:00
2017-09-24 18:03:26 -07:00
2017-12-12 17:57:20 +01:00
2017-12-12 17:57:20 +01:00
2017-12-03 04:53:50 +01:00
2020-05-12 20:35:43 +02:00
2020-05-12 20:35:43 +02:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00