Question apropos:
On linux x86_64 there is still the ugly
"runtime_plt_and_got"
hack which is a replacement for PLT in the "tcc -run" case
to forward 32bit calls to extern libraries.
On win64 the same problem is solved by building the IAT
(import address table) also in the -run case.
From your estimation, would it be possible to do the same on ELF?
That is build the PLT/GOT as if we were making an executable and
then use that with tcc -run?
--- grischka
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel