https://sourceware.org/bugzilla/show_bug.cgi?id=31941
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at sourceware dot org |amodra at gmail dot com
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
slf.c:swap_out_syms
else if (flags & BSF_FILE)
sym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE);
So the BSF_FILE sym that objcopy --globalize-symbol makes global is forced back
to local, messing with sym counts.
--
You are receiving this mail because:
You are on the CC list for the bug.