[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/16566] Please provide a way to include static symbols in linker
From: |
jon at beniston dot com |
Subject: |
[Bug ld/16566] Please provide a way to include static symbols in linker map file |
Date: |
Fri, 28 Apr 2023 16:47:17 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=16566
--- Comment #6 from jon at beniston dot com ---
Not sure why, but with the new patch, the addition of the condition:
&& bfd_link_hash_lookup (link_info.hash,
bfd_asymbol_name (sym), false,
false, true) == NULL
Seems to prevent the output of the symbols (functions / data when using -flto)
that I'm interested in.
--
You are receiving this mail because:
You are on the CC list for the bug.