[0/3] ELF: visibility handling

Message ID bcd40b22-b90f-4334-8ab4-e8afeea2a6a9@suse.com
Headers
Series ELF: visibility handling |

Message

Jan Beulich April 10, 2026, 1:29 p.m. UTC
  The ELF spec mandates certain behavior there which we don't properly
follow. In fact some non-conforming testcases exit, which therefore
are in need of adjustment.

1: gas/ELF: restrict visibility changes
2: gas/ELF: warn upon non-default visibility of local symbols
3: objcopy: zap ELF visibility when localizing symbols

Jan