Re: [PATCH] Fix spurious glibc version dependency with -z mark-plt on non-Linux

2024-07-08 Thread H.J. Lu
Please open a binutils bug and CC me. H.J. On Tue, Jul 9, 2024, 9:01 AM H.J. Lu wrote: > > On Tue, Jul 9, 2024, 8:55 AM Samuel Thibault > wrote: > >> 916730425594 ("elf: Add elf_backend_add_glibc_version_dependency") >> introduced adding an extra GLIBC_2.36 version dependency for x86_64. But

Re: [PATCH] Fix spurious glibc version dependency with -z mark-plt on non-Linux

2024-07-08 Thread H.J. Lu
On Tue, Jul 9, 2024, 8:55 AM Samuel Thibault wrote: > 916730425594 ("elf: Add elf_backend_add_glibc_version_dependency") > introduced adding an extra GLIBC_2.36 version dependency for x86_64. But > on x86_64 GNU/Hurd, there has never been a glibc 2.36 port, and thus the > GLIBC_2.36 version is no

[PATCH] Fix spurious glibc version dependency with -z mark-plt on non-Linux

2024-07-08 Thread Samuel Thibault
916730425594 ("elf: Add elf_backend_add_glibc_version_dependency") introduced adding an extra GLIBC_2.36 version dependency for x86_64. But on x86_64 GNU/Hurd, there has never been a glibc 2.36 port, and thus the GLIBC_2.36 version is not defined. The additional version dependency is thus spurious