
24 Jul
2008
24 Jul
'08
3:50 p.m.
On Thu, Jul 24, 2008 at 5:47 AM, Kenneth Johansson kenneth@southpole.se wrote:
What is missing right now is that to properly fix function pointers stored in data section we have to compile with -mrelocatable flag to get gcc to create a fixup table so we later at runtime can just go over that table and correct all function pointers.
Interesting, this is exactly what I am talking about, but done by the compiler, let me check this out. Thanks for the tip!
cheers, /vb