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] ARM: Don't use weak linkage when comdat groups are available


On Monday 16 May 2005 13:43, Julian Brown wrote:
> Julian Brown wrote:
> > ChangeLog:
> >
> >   * config/arm/arm.h (MAKE_DECL_ONE_ONLY): Redefine macro to stop
> >   DECL_WEAK being used for symbols with vague linkage when
> >   HAVE_COMDAT_GROUP is true.

Are old arm-linux targets liable to have the same problems as you were seeing 
on other targets?

If so we probably only want to do this for EABI based targets. We know these 
will be using recent binutils with working COMDAT.

Paul


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