https://sourceware.org/bugzilla/show_bug.cgi?id=32246
Bug ID: 32246
Summary: Should DT_NEEDED entries from a needed DSO be added?
Product: binutils
Version: 2.44 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
CC: amodra at gmail dot com
Target Milestone: ---
Currently, if libfoo.so is needed, all DT_NEEDED entries in libfoo.so will be
added to the output. This means is if the future libfoo.so is changed by
adding
or removing DT_NEEDED entries, the DT_NEEDED entries added by linker will be
wrong.
--
You are receiving this mail because:
You are on the CC list for the bug.