tccrun: review last changes
commitd2f8ceac7ad58f110d9320f6d2e8d8efa5a55c31
authorgrischka <grischka>
Fri, 16 Feb 2024 18:11:56 +0000 (16 19:11 +0100)
committergrischka <grischka>
Mon, 19 Feb 2024 16:45:44 +0000 (19 17:45 +0100)
tree8eb78de96030c4701752fbc28ffa900c6f8765ab
parentc88b19966c61bfeeeb9b9b092582496875f3d7f5
tccrun: review last changes

- LIBTCCAPI int tcc_set_backtrace_func(void *ud, ...)
  accept opaque user data pointer,
- tcc -vv -run... : show section info
- use memalign() to allocate runtime memory
- printline_/dwarf : pass output to parent function
- tccpe.c : fix -nostdlib -run
- --config-backtrace=no : make it work again
18 files changed:
Makefile
configure
lib/Makefile
lib/bt-log.c
lib/runmain.c
libtcc.c
libtcc.h
tcc.h
tccelf.c
tccpe.c
tccrun.c
tests/Makefile
tests/libtcc_test_mt.c
tests/tcctest.c
win32/build-tcc.bat
win32/include/malloc.h
win32/include/stdlib.h
win32/lib/crt1.c