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

--- Comment #3 from rguenther at suse dot de ---
On Fri, 31 Mar 2017, nickc at redhat dot com wrote:

> https://sourceware.org/bugzilla/show_bug.cgi?id=21333
> 
> Nick Clifton <nickc at redhat dot com> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |nickc at redhat dot com
> 
> --- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
> Created attachment 9958
>   --> https://sourceware.org/bugzilla/attachment.cgi?id=9958&action=edit
> Proposed patch
> 
> Hi Richard,
> 
>   This patch will achieve the effect you want, although I worry that it might
> break something else in the s390 toolchain.  I'll ping the s390 maintainers
> and see what they say.

Looks like ppc for example instead does

  /* Always adjust symbols in debugging sections.  */
  if (bfd_get_section_flags (stdoutput, symseg) & SEC_DEBUGGING)
    return 1;

eventually gas should simply do that globally...

But thanks for the fix!

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