bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/10880] New: --as-needed doesn't work


From: robert dot wohlrab at gmx dot de
Subject: [Bug gold/10880] New: --as-needed doesn't work
Date: 31 Oct 2009 22:13:49 -0000

A simple

 echo "int main() {return 0;}" > testme.c
 gcc -Wl,--as-needed testme.c -o testme -lglib-2.0

will link against glib-2.0 even if it is not used. So

 readelf -d testme|grep -e '(NEEDED)' -e 'glib-2.0'

will not be an empty string.

-- 
           Summary: --as-needed doesn't work
           Product: binutils
           Version: 2.20
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
        AssignedTo: ian at airs dot com
        ReportedBy: robert dot wohlrab at gmx dot de
                CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=10880

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]