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: Thu, 24 Mar 2022 14:10:30 +0000

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

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> ---
Hi Cristian,

  Can you tell me how strip is being run ?  In particular, are there any
  command line options in effect ?

  I tried to reproduce the problem like this:

  % readelf -SW testprog | grep debuglink
  [27] .gnu_debuglink    PROGBITS        0000000000000000 00322c 000018 00 0 0
4

  %  strip testprog -o fred

  % readelf -WS fred | grep debuglink
  [27] .gnu_debuglink    PROGBITS        0000000000000000 00322c 000018 00 0 0
4

  This was not using strip from MinGW 11.2.0 however, but rather one built
  from the head of the development branch.  So possibly there is a bug that
  jas already been fixed...

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]