Re: [Tinycc-devel] ARM GOT initialization problem

2008-04-17 Thread David Given
Daniel Glöckner wrote: [...] I think he eventually fixed it: http://lists.gnu.org/archive/html/tinycc-devel/2006-12/msg00020.html Doesn't help, I'm afraid --- although it would appear that the changes never *did* make it into CVS... Turns out that at least some of my problems are due to a

Re: [Tinycc-devel] ARM GOT initialization problem

2008-04-17 Thread grischka
From: David Given: Daniel Glöckner wrote: [...] I think he eventually fixed it: http://lists.gnu.org/archive/html/tinycc-devel/2006-12/msg00020.html Doesn't help, I'm afraid --- although it would appear that the changes never *did* make it into CVS... Hm, should we have that? Or better

[Tinycc-devel] ARM GOT initialization problem

2008-04-16 Thread David Given
I'm trying to use tcc as an ELF module loader on a platform that doesn't normally have one. (This works pretty well, BTW.) I'm loading .o files built with gcc, adding some dynamically generated glue compiled on-the-fly with libtcc, and then running it. However, whenever the gcc-generated code