This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]