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: section anchors and weak hidden symbols


> On 05/13/13 14:09, Jan Hubicka wrote:
> >>Index: varasm.c
> >>===================================================================
> 
> >I think DECL_COMDAT is not what you really want to return true for.  So perhaps
> >you really want (TREE_PUBLIC (decl) && decl_binds_to_current_def_p)?
> 
> Like this?  This too fixes the problem, tested on powerpc-linux target.

Yes, it looks good to me :)

Honza


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