This is the mail archive of the gcc-patches@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: [patch] fix bootstrap on i?86-apple-darwin with libjava


On Feb 24, 2007, at 2:50 PM, Andreas Tobler wrote:
+#if TARGET_MACHO
+ && machopic_classify_symbol (x) == MACHOPIC_UNDEFINED_FUNCTION
+#endif

This seems wrong to me. The #endif should be below.

Ah, yes. Odd, I thought we engineered it to get through things like linux and that we had already done that. I built up a linux cross compiler and sure enough, didn't work. I expanded the scope just slightly and rebuilt the linux cross and it worked ok, so I checked in the fix so that others wouldn't notice...


Thanks.

Attachment: x86a.diffs.txt
Description: Text document



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