https://sourceware.org/bugzilla/show_bug.cgi?id=20317

--- Comment #2 from Dan Povey <dpovey at gmail dot com> ---
OK, it looks like this problem might have been resolved in more recent versions
of binutils.
>From 
https://fossies.org/dox/binutils-2.26/elf_8c_source.html
I see that the code is now:

 2289   if (sections_being_created && sections_being_created_abfd == abfd)
 2290     sections_being_created [shindex] = FALSE;

while it used to read just:

  if (sections_being_created)
    sections_being_created [shindex] = FALSE;

... and this change would have fixed the bug.  
I think it would make sense, though, to backport the bug-fix to older versions
of binutils-- if that's something that you do.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to