[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/9933] `strip --strip-unneeded` strips common symbols from
From: |
amodra at bigpond dot net dot au |
Subject: |
[Bug binutils/9933] `strip --strip-unneeded` strips common symbols from relocatable objects |
Date: |
17 Oct 2009 07:15:41 -0000 |
------- Additional Comments From amodra at bigpond dot net dot au 2009-10-17
07:15 -------
The fix doesn't work on aout because EXEC_P is set for the bfd flags on your
object file, thus "relocatable" in objcopy.c:filter_symbols is not set. EXEC_P
is set incorrectly at bfd/aoutx.h:633, and it's been that way since rev 1.1 of
the file.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=9933
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.