https://sourceware.org/bugzilla/show_bug.cgi?id=34623
--- Comment #1 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=873b163d69e367705884a96a27699d14bcecb880 commit 873b163d69e367705884a96a27699d14bcecb880 Author: H.J. Lu <[email protected]> Date: Fri Sep 11 06:19:36 2026 +0800 elf: Hide DT_INIT and DT_FINI functions Hide special functions used by linker to define DT_INIT and DT_FINI in executable and shared library so that they won't be in dynamic symbol table. bfd/ PR ld/34623 * elflink.c (bfd_elf_size_dynamic_sections): Hide functions used to define DT_INIT and DT_FINI functions. ld/ PR ld/34623 * testsuite/ld-elf/pr34623.s: New file. * testsuite/ld-elf/pr34623a.rd: Likewise. * testsuite/ld-elf/pr34623b.rd: Likewise. * testsuite/ld-elf/shared.exp: Run PR ld/34623 tests. Signed-off-by: H.J. Lu <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
