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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
                 CC|                            |amodra at gmail dot com

--- Comment #8 from Alan Modra <amodra at gmail dot com> ---
See this workaround in elf64-ppc.c

          /* For ld -r, remove relocations in debug sections against
             symbols defined in discarded sections.  Not done for
             non-debug to preserve relocs in .eh_frame which the
             eh_frame editing code expects to be present.  */
          if (bfd_link_relocatable (info)
              && (input_section->flags & SEC_DEBUGGING))
            wrel--;

-- 
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