bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/28992] strip strips .gnu_debuglink


From: nickc at redhat dot com
Subject: [Bug binutils/28992] strip strips .gnu_debuglink
Date: Tue, 12 Apr 2022 12:38:45 +0000

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #7 from Nick Clifton <nickc at redhat dot com> ---
Hi Cristian,

  Thanks for the upload.  With that I was able to reproduce the problem.

  It turns out that I needed a PE format file in order for the effect
  to happen, since the .gnu_debuglink section is considered to be a
  debug section in the PE format (and a data section in the ELF format).

  I have applied a patch to ensure that .gnu_debuglink and .gnu_debugaltlink
  are not treated in the same way as other debug sections when stripping,
  so the problem should now be resolved.

Cheers
  Nick

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