[Bug binutils/32698] Null pointer dereference in bfd/tekhex.c

2025-02-15 Thread shiyuyuranzh at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32698 --- Comment #2 from He Zhang --- (In reply to Sourceware Commits from comment #1) > The master branch has been updated by Alan Modra : > > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git; > h=b75c7a81e0b301b7164536025fda08a741b368ef

[Bug ld/32690] ld assertion (internal error binutils/ld/ldlang.c 6618) since 73ab3b9825d232f0f3a4ad811e88697f9b9ab162

2025-02-15 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32690 --- Comment #21 from Sam James --- I can reproduce the link failure. It only asserts on one machine. Maybe I got unlucky with the GCC version, as the trunk commits aren't the same on the other machines. I'll try again. -- You are receiving t

[Bug binutils/32698] Null pointer dereference in bfd/tekhex.c

2025-02-15 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32698 --- Comment #1 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b75c7a81e0b301b7164536025fda08a741b368ef commit b75c7a81e0b301b7164536025fda08a741b368ef

[Bug gas/32700] [2.44 regression] score-unknown-elf gas SEGV

2025-02-15 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32700 Alan Modra changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug ld/32690] ld assertion (internal error binutils/ld/ldlang.c 6618) since 73ab3b9825d232f0f3a4ad811e88697f9b9ab162

2025-02-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32690 --- Comment #20 from H.J. Lu --- (In reply to Sam James from comment #19) > Created attachment 15957 [details] > binutils-32690-src4.tar.xz > > I included object files and assembly so we can diff. One of the undefined symbols: [hjl@gnu-tgl-

[Bug ld/32690] ld assertion (internal error binutils/ld/ldlang.c 6618) since 73ab3b9825d232f0f3a4ad811e88697f9b9ab162

2025-02-15 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32690 --- Comment #19 from Sam James --- Created attachment 15957 --> https://sourceware.org/bugzilla/attachment.cgi?id=15957&action=edit binutils-32690-src4.tar.xz I included object files and assembly so we can diff. -- You are receiving this

[Bug ld/32690] ld assertion (internal error binutils/ld/ldlang.c 6618) since 73ab3b9825d232f0f3a4ad811e88697f9b9ab162

2025-02-15 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32690 --- Comment #18 from Sam James --- It asserts for me. It is probably some compiler flag default difference. Try this: ``` /usr/bin/g++ -B/tmp/binutils/bin \ -fPIC -O3 -march=x86-64-v4 -shared -o libxerces-c-3.2.so -fstack-protector-st

[Bug ld/32690] ld assertion (internal error binutils/ld/ldlang.c 6618) since 73ab3b9825d232f0f3a4ad811e88697f9b9ab162

2025-02-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32690 --- Comment #17 from H.J. Lu --- (In reply to Sam James from comment #16) > Created attachment 15955 [details] > binutils-32690-src3.tar.xz > > This is as far as it will go. I got the undefined reference error, not assert. -- You are recei

[Bug ld/32690] ld assertion (internal error binutils/ld/ldlang.c 6618) since 73ab3b9825d232f0f3a4ad811e88697f9b9ab162

2025-02-15 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32690 Sam James changed: What|Removed |Added Attachment #15948|0 |1 is obsolete|

Bug Report for binutils/cxxfilt

2025-02-15 Thread Zhengxiong Luo
Dear Binutils Maintainer, I'm reporting two undefined behavior issues found in binutils-2.43's cxxfilt. # Build ```shell wget https://ftp.gnu.org/gnu/binutils/binutils-2.43.tar.gz tar -xzf binutils-2.43.tar.gz rm binutils-2.43.tar.gz cd binutils-2.43 CC=clang CXX=clang++ CFLAGS="-g -fsanitize=ad

[Bug gas/32700] [2.44 regression] score-unknown-elf gas SEGV

2025-02-15 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32700 Sam James changed: What|Removed |Added CC||amodra at gmail dot com -- You are recei

[Bug gas/32700] [2.44 regression] score-unknown-elf gas SEGV

2025-02-15 Thread mikpelinux at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32700 --- Comment #1 from Mikael Pettersson --- Git bisect says it started with 3fb6f5457e5b53fdb73a98a24b3764e821e8ccc5 is the first new commit commit 3fb6f5457e5b53fdb73a98a24b3764e821e8ccc5 (HEAD) Author: Alan Modra Date: Wed Jan 1 22:49:04 2

[Bug ld/32690] ld assertion (internal error binutils/ld/ldlang.c 6618) since 73ab3b9825d232f0f3a4ad811e88697f9b9ab162

2025-02-15 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32690 --- Comment #15 from Sam James --- Created attachment 15954 --> https://sourceware.org/bugzilla/attachment.cgi?id=15954&action=edit binutils-32690-src2.tar.xz I'm reducing it a bit more, but this is pretty far along. -- You are receiving

[Bug gas/32700] [2.44 regression] score-unknown-elf gas SEGV

2025-02-15 Thread mikpelinux at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32700 Mikael Pettersson changed: What|Removed |Added Target||score-unknown-elf H

[Bug gas/32700] New: [2.44 regression] score-unknown-elf gas SEGV

2025-02-15 Thread mikpelinux at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32700 Bug ID: 32700 Summary: [2.44 regression] score-unknown-elf gas SEGV Product: binutils Version: 2.44 Status: UNCONFIRMED Severity: normal Priority: P2 Componen

[Bug binutils/32699] New: Null pointer dereference in libiberty/cp-demangle.c

2025-02-15 Thread shiyuyuranzh at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32699 Bug ID: 32699 Summary: Null pointer dereference in libiberty/cp-demangle.c Product: binutils Version: 2.32 Status: UNCONFIRMED Severity: normal Priority: P2 C