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.