commit | 09d4578fd96e7ceb262628cf27d8d9d8b903b529 | [log] [tgz] |
---|---|---|
author | Clément Chigot <clement.chigot@atos.net> | Wed Nov 17 16:20:48 2021 +0100 |
committer | Clément Chigot <clement.chigot@atos.net> | Wed Jan 12 09:08:17 2022 +0100 |
tree | 9db674614027d6776d73e05bd437048847c786a7 | |
parent | add588a8ef53a5f77f2abda08a5de643923c4cce [diff] |
gas: add visibility support using GNU syntax on XCOFF In order to ease port of GNU assembly code and especially ld testsuite, this patch allows XCOFF to accept the usual GNU syntax for visibility. PR 22085 gas/ChangeLog: * config/tc-ppc.c (ppc_GNU_visibility): New function. * testsuite/gas/ppc/aix.exp: Add new tests. * testsuite/gas/ppc/xcoff-visibility-2-32.d: New test. * testsuite/gas/ppc/xcoff-visibility-2-64.d: New test. * testsuite/gas/ppc/xcoff-visibility-2.s: New test.