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.