This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: RFC: COMDAT group names become anonymouse local symbols


On 10/21/2010 9:33 PM, Alan Modra wrote:

> Create symbol after this point, so that now_seg and frag_now are in
> the group section.  It doesn't really matter which section you use for
> the symbol, but the way you have it you'll get some random section.
> In fact, you may as well move the sym check and create to..
> 
>> !       elf_group_id (s) = sy->bsym;
> 
> ..just before here.  Which reminds me, use symbol_get_bfdsym here
> since we are before set_symtab.

How about this version?

Thanks for for helping me to work through this problem.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713

Attachment: gas.patch
Description: Text document


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