|
From: | hjl.tools at gmail dot com |
Subject: | [Bug binutils/28894] segfault when building openjdk13 on x86 32bit (binutils 2.38 regression) |
Date: | Tue, 15 Feb 2022 22:30:35 +0000 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |