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: Require binutils version 2.15.92 for COMDAT group


On Mon, Sep 27, 2004 at 11:37:56AM -0700, H. J. Lu wrote:
> On Tue, Sep 21, 2004 at 11:04:27PM -0700, Mark Mitchell wrote:
> > H. J. Lu wrote:
> > 
> > >The COMDAT group patch was checked into gcc mainline today. It tries
> > >to detect if binutils supports COMDAT group or not. Unfortunately,
> > >the simple test
> > >
> > >.section .text,"axG",%progbits,.foo,comdat
> > >
> > >isn't enough. Many more COMDAT group binutils bug fixes after
> > >
> > >http://sources.redhat.com/ml/binutils/2004-04/msg00705.html
> > >
> > >are needed for a working binutils with COMDAT group support. There are
> > >testcases for each COMDAT group bug fix. But some of them are target
> > >dependent. The first working COMDAT group binutils is the Linux
> > >binutils 2.15.91.0.2. I suggest we bump BFD version to 2.15.92 so that
> > >gcc can check 2.15.92 for COMDAT group support.
> > >
> > OK.
> > 
> 
> Here is the patch.
> 
> 

Hi Mark,

Have you got time to review it

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02774.html



H.J.


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