https://sourceware.org/bugzilla/show_bug.cgi?id=28894
--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> --- [hjl@gnu-tgl-3 pr28894]$ cat x.s .text addl foo@INDNTPOFF, %eax .section .tbss,"awT",@nobits .globl foo .hidden foo foo: .byte 0 [hjl@gnu-tgl-3 pr28894]$ gcc -c -m32 x.s [hjl@gnu-tgl-3 pr28894]$ ld -shared -m elf_i386 x.o ld: BFD (Linux/GNU Binutils) 2.38.50.0.1.20220212 assertion fail /export/linux/src/binutils/binutils/bfd/elfxx-x86.c:547 Segmentation fault (core dumped) [hjl@gnu-tgl-3 pr28894]$ -- You are receiving this mail because: You are on the CC list for the bug.