On Fri, Sep 12, 2025 at 7:50 AM Joseph Myers <josmy...@redhat.com> wrote:
> This breaks building glibc with linker errors for some configurations in > build-many-glibcs.py (loongarch64-linux-gnuf64 loongarch64-linux-gnusf > m68k-linux-gnu-coldfire m68k-linux-gnu-coldfire-soft or1k-linux-gnu). > > Representative linker errors are as follows. Of course assertion failures > indicate a linker bug as well, but if there really are mixtures of TLS and > non-TLS references to the same symbol as suggested by the or1k-linux-gnu How does mixing TLS and non-TLS references of the same symbol work? X86 linker issues an error if it happens. It sounds like a glibc bug. > errors, that suggests something wrong with this patch. > > > -- H.J.