bcheck: remove "tcc_location()" & x86_64 double fix

using (modified) tcc_backtrace() instead.
Also

Also fix the original bug with doubles on x86_64.
(which was not caused by incr_offset() actually).
See 598134fff6

Also cleanup on_exit() stuff
From fef701b57f
This commit is contained in:
grischka
2023-08-30 21:20:13 +02:00
parent ff2a372a9a
commit 3f3cbb51ed
7 changed files with 55 additions and 142 deletions

View File

@@ -8,7 +8,6 @@
REDIR(__bt_init) \
REDIR(__bt_exit) \
REDIR(tcc_backtrace) \
REDIR(tcc_location) \
\
REDIR(__bound_ptr_add) \
REDIR(__bound_ptr_indir1) \