------- Comment #3 from sje at cup dot hp dot com 2009-01-27 17:54 ------- No, I don't have a user application. I believe the problem was that the user was compiling a program with something like -Wl,--section-start,.text=0x110000000 and because the crt files weren't compiled with -mcmodel=large they couldn't reach the text section. If I compile a simple hello world program with this linker option I get a number of errors about relocations being truncated.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38988