[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/31000] objcopy: add support for changing ELF symbol visibi
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/31000] objcopy: add support for changing ELF symbol visibility |
Date: |
Wed, 28 Feb 2024 14:08:06 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31000
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nickc at redhat dot com
--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Fangrui Song from comment #2)
> .. 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.
Given the support for "@<file>" for reading in a list of command line options,
is the format above really necessary ?
Using a file containing lots of:
--set-symbol-visibility <symbol>=<vis-type>
entries might require a bigger file, but it would also be more flexible,
allowing for multiple types of visibility to be set, along with other
options as well.
--
You are receiving this mail because:
You are on the CC list for the bug.