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: cristian.adam at gmail dot com
Subject: [Bug binutils/28992] strip strips .gnu_debuglink
Date: Fri, 01 Apr 2022 15:43:44 +0000

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

--- Comment #3 from Cristian Adam <cristian.adam at gmail dot com> ---
binutils 2.38 behave the same as 2.37

c:\Projects\Qt\build-mingw-qtbase\bin
$ strip --version
GNU strip (GNU Binutils) 2.38
Copyright (C) 2022 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.

c:\Projects\Qt\build-mingw-qtbase\bin
$ objdump -x Qt6Core.dll | findstr .gnu_debuglink
 13 .gnu_debuglink 00000014  0000000264537000  0000000264537000  005fca00  2**2

c:\Projects\Qt\build-mingw-qtbase\bin
$ strip Qt6Core.dll

c:\Projects\Qt\build-mingw-qtbase\bin
$ objdump -x Qt6Core.dll | findstr .gnu_debuglink

It could be that only master has the bug fixed.

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