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 PR33168, ppc64 bootstrap failure


On Tue, 23 Oct 2007, Segher Boessenkool wrote:

> > > This patch from Segher fixes the bootstrap failure on ppc64.
> 
> > I think this patch is papering over the real bug.  It isn't legitimate
> > to mix read-write and read-only section statements.  E.g.:
> >
> >  .section	.foo,"a",@progbits
> >  .section	.foo,"aw",@progbits
> 
> Yes.

It also looks like it makes libjava build fail on x86_64.  Of course
libtool is friendly enough to hide the error from us again.

Richard.


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