$ cat tmp.cpp
#include <cstdio>
void foo()
{
}
$ g++ -O1 -gdwarf-2 -g2 -feliminate-dwarf2-dups tmp.cpp -c --save-temps
$ strip --strip-debug tmp.o
BFD: st0P202e: symbol `.debug_abbrev' required but not present
strip: st0P202e: No symbols
--
Summary: symbol `.debug_abbrev' required but not present
Product: binutils
Version: 2.17
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: pluto at agmk dot net
CC: bug-binutils at gnu dot org
GCC target triplet: *-linux
http://sourceware.org/bugzilla/show_bug.cgi?id=3186
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils