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] Don't use weak linkage for symbols in COMDAT groups


On Sun, Feb 27, 2005 at 06:03:41PM +0000, Nathan Sidwell wrote:
> Daniel Jacobowitz wrote:
> >On Sat, Feb 26, 2005 at 11:22:49PM -0500, Andrew Pinski wrote:
> 
> >>Before this change, a::f in the TU of file b and a were both marked as 
> >>weak so
> >>that they would not complain when you link the two files together.
> >
> >
> >Why isn't a::f in a COMDAT group, anyway?
> 
> probably because the latest releast binutils does this on i686 during
> configure

If that were the problem, the patch wouldn't have changed anything - it
only affected the comdat case, I thought?

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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