https://sourceware.org/bugzilla/show_bug.cgi?id=22085
Sam James <sam at gentoo dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |2.38 Status|UNCONFIRMED |RESOLVED --- Comment #3 from Sam James <sam at gentoo dot org> --- commit 09d4578fd96e7ceb262628cf27d8d9d8b903b529 Author: Clément Chigot <clement.chi...@atos.net> AuthorDate: Wed Nov 17 16:20:48 2021 +0100 Commit: Clément Chigot <clement.chi...@atos.net> CommitDate: Wed Jan 12 09:08:17 2022 +0100 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. Fixed in 2.38. -- You are receiving this mail because: You are on the CC list for the bug.