https://sourceware.org/bugzilla/show_bug.cgi?id=33577
--- Comment #56 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=beab972c07d53ba1b0cafc2d16420c40a799bbfd commit beab972c07d53ba1b0cafc2d16420c40a799bbfd Author: H.J. Lu <[email protected]> Date: Sat Nov 15 11:43:45 2025 +0800 elf: Verify base symbol version works properly Add a testcase to verify that VER_NDX_GLOBAL can be used with asm (".symver foo_base, foo@"); to create the base version to provide an unversioned compatible symbol. PR ld/33577 * testsuite/ld-elfvers/pass.out: New file. * testsuite/ld-elfvers/pr33577-unversioned.c: Likewise. * testsuite/ld-elfvers/pr33577-unversioned.rd: Likewise. * testsuite/ld-elfvers/pr33577-versioned.c: Likewise. * testsuite/ld-elfvers/pr33577-versioned.rd: Likewise. * testsuite/ld-elfvers/pr33577.map: Likewise. * testsuite/ld-elfvers/pr33577a.c: Likewise. * testsuite/ld-elfvers/pr33577b.c: Likewise. * testsuite/ld-elfvers/vers.exp: Run ld/33577 tests. Signed-off-by: H.J. Lu <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
