[testcase] Simplified testcases why current gcc trunk cannot compile glibc

Jakub Jelinek jakub@redhat.com
Mon Oct 15 06:13:00 GMT 2001


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



More information about the Gcc-patches mailing list