This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Another reload problem/bug on powerpc-apple-darwin6.6


Andrew Pinski wrote:
The problem is reload wants to put the external symbol _CurrentRuneLocale
in a constant label, LC29, but on Darwin this not allowed with shared libraries.

Sounds like you need LEGITIMATE_PIC_OPERAND_P defined. Even if code is always pic, flag_pic should be true if and only if you are building a shared library, so you can still use it to handle cases like this.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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