Interesting. We know GCC 3.2.x produces wrong code on ARM without
the patch in PR8896 (http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=8896)
being applied. GCC people aren't happy about applying this patch
because it touches the generic reload code, which apparantly is
sacred voodoo.
I'm wondering if this problem isn't only ARM, but affects others as
well. (The result is that gcc pokes '4' instead of '3' into the ELF
AUX entries as the value of AT_PHDR.)
Obviously, if x86 is affected and this patch fixes the problem, there's
more motivation for the GCC people to include this fix. Someone needs
to track down what's going wrong, and then gcc people need to comment.
-- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/