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]

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


Here is another reload problem on powerpc-apple-darwin6.6 at -O2 (after unit-at-a-time was turned on at -O2), this is the source of libiberty/regex.c.
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.
I cannot figure out how to fix this one.



Thanks, Andrew Pinski

Preprocessed source:

Attachment: temp.i
Description: Binary data



Asm produced:

Attachment: temp.s
Description: Binary data


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