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 Thu, Oct 21, 2010 at 03:41:51PM -0700, Mark Mitchell wrote:
> On 10/21/2010 3:19 PM, Alan Modra wrote:
> 
> > I think you'll find that build_group_lists should only run once.
> 
> It looks like it works OK to run it twice (it doesn't affect global data
> AFAICT), but I will try what you suggest.

My mistake.  I was thinking that
      elf_next_in_group (sec) = list->head[*elem_idx];
would mess with the list, but of course it doesn't.  Still, it's worth
moving everything to elf_set_symtab.

-- 
Alan Modra
Australia Development Lab, IBM


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