On Mon, Oct 15, 2001 at 02:53:23PM +0200, Jakub Jelinek wrote:
> I've tried ugly workaround (adding
> asm ("# %0" : : "m" (_dl_start));
Actually, the workaround doesn't work properly. As this is all -fpic, it
will create code to load this into a register, which is not wanted.
Jakub