[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/31000] objcopy: add support for changing ELF symbol visibi
From: |
i at maskray dot me |
Subject: |
[Bug binutils/31000] objcopy: add support for changing ELF symbol visibility |
Date: |
Thu, 22 Feb 2024 04:10:27 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31000
--- Comment #2 from Fangrui Song <i at maskray dot me> ---
(In reply to Fangrui Song from comment #1)
> On the llvm-objcopy side, someone proposes --set-symbol-visibility:
> https://github.com/llvm/llvm-project/pull/80872
The proposal looks like:
.. option:: --set-symbol-visibility <symbol>=<visibility_type>
Change the visibility of a symbol to the specified type.
.. option:: --set-symbols-visibility <filename>=<visibility_type>
Reads a list of symbols from <filename> and changes their visibility to the
specified type. Visibility types: default, internal, hidden, protected.
for ELF targets.
--
You are receiving this mail because:
You are on the CC list for the bug.