This is the mail archive of the gcc-bugs@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]

Re: Bootstrap failure on cygwin - undefined reference to `ix86_valid_decl_attribute_p'


Graham Stott wrote:-

> Joseph I agree Neils patch has broken the cygwin toolchain because the
> cygwin specific validation routines arn't being used on cygwin.
> 
> The patch just allows a broken cygwin toolchain to be built.
> 
> I think the solution is to move the definition of the standard x86
> TARGET_xxx macros from i386.c to i386.h and then have cygwin.h override
> the standard x86 macros as needed.

Hmm, this is really a little messed up - I'm sure it was OK on my
drive.  I'm starting to wonder if I didn't miss a commit, or screw up a
conflict or something.

Anyway, I promise to fix it in the next 24 hrs.  Sorry for the problem.

[I'm not sure it's worth keeping these 2 functions in winnt.c; I think
I'll just conditionally compile them in i386.c; that'll allow
everything to be static too.]

Neil.


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