bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/21333] s390x GNU as uses symbol relocations for .debug_info


From: rguenther at suse dot de
Subject: [Bug gas/21333] s390x GNU as uses symbol relocations for .debug_info
Date: Fri, 31 Mar 2017 11:31:08 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]