Files
tinycc/lib
herman ten brugge 8d8d75ca75 Allow tcc to run with bounds checking enabled
tcc failed to run with bounds checking enabled because the functions
rt_wait_sem, rt_post_sem and _rt_error where defined twice.
This is solved by making them weak in tccrun.c

Also a nested lock was present when setting TCC_BOUNDS_PRINT_CALLS=1
This is solved in lib/bt-exe.c by moving lock/unlock code.

Also added a testcase in tests/Makefile to test tcc with bounds
checking enabled.
2024-02-15 07:17:15 +01:00
..
2021-08-03 22:49:18 +02:00
2021-08-03 22:49:18 +02:00
2021-01-23 19:08:59 +01:00
2022-11-17 05:57:21 -06:00
2022-12-17 09:37:37 +01:00
2019-06-22 01:38:43 +02:00
2022-11-16 12:52:51 -06:00
2023-11-08 19:48:39 +01:00
2023-08-31 11:09:49 +02:00
2020-09-17 08:42:28 +02:00