https://sourceware.org/bugzilla/show_bug.cgi?id=32067
--- Comment #1 from Sam James <sam at gentoo dot org> --- Created attachment 15665 --> https://sourceware.org/bugzilla/attachment.cgi?id=15665&action=edit processor.S ``` $ gcc -nostdinc -m32 processor.S -c -o dl-var.o && gcc -m32 -o dl-var dl-var.o -Wl,--oformat,binary,--entry=0x0 collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped compilation terminated. ``` -- You are receiving this mail because: You are on the CC list for the bug.