[Bug binutils/28679] New: readelf -l /usr/bin/npc segfault

2021-12-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28679 Bug ID: 28679 Summary: readelf -l /usr/bin/npc segfault Product: binutils Version: 2.38 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils

[Bug ld/28682] New: GCC can no longer catch EH on windows

2021-12-10 Thread euloanty at live dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28682 Bug ID: 28682 Summary: GCC can no longer catch EH on windows Product: binutils Version: 2.38 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Componen

[Bug ld/28682] GCC can no longer catch EH on windows

2021-12-10 Thread euloanty at live dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28682 cqwrteur changed: What|Removed |Added Host||x86_64-w64-mingw32 Target|

[Bug binutils/28679] readelf -l /usr/bin/npc segfault

2021-12-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28679 --- Comment #1 from H.J. Lu --- (gdb) bt #0 load_separate_debug_info ( main_filename=main_filename@entry=0x510f50 "/export/home/hjl/.cache/debuginfod_client/dcc33c51c49e7dafc178fdb5cf8bd8946f965295/debuginfo", xlink=xlink@entry=0x4e

[Bug binutils/28679] readelf -l /usr/bin/npc segfault

2021-12-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28679 --- Comment #2 from H.J. Lu --- The bug is triggered by ./binutils/readelf -x .gnu_debuglink /export/home/hjl/.cache/debuginfod_client/dcc33c51c49e7dafc178fdb5cf8bd8946f965295/debuginfo Hex dump of section '.gnu_debuglink': 0x 6e70

Re: nm/objdump --hep still display unsupported styles about --demangle.

2021-12-10 Thread Alan Modra
On Wed, Nov 10, 2021 at 05:02:01PM +0800, nora-pxh wrote: > Hello, I find a problem about usage. > The commit 1910070b298052d7ca8e4024891465824588c1e9 fixed demangle.h to > remove support for ancient GNU (pre-3.0), Lucid, ARM, HP, and EDG demangling > styles. > But usage of nm and objdump is still

[Bug gas/28610] ASAN error: in riscv_update_subset bfd/elfxx-riscv.c:2245

2021-12-10 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28610 Nelson Chu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/28672] Link failure on some targets when building as PIE

2021-12-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28672 --- Comment #1 from Alan Modra --- Since you are building -static the executable may be pulling in most of libc.a and thus be quite large. A relocation overflow is very likely the correct result from the linker. You might need to explore gcc

[Bug binutils/28679] readelf -l /usr/bin/npc segfault

2021-12-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28679 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=40eb8b92a1c795cda00bf931ab9cdd74da434d54 commit 40eb8b92a1c795cda00bf931ab9cdd74

[Bug binutils/28679] readelf -l /usr/bin/npc segfault

2021-12-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28679 H.J. Lu changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug binutils/28684] New: [RISCV] 32-bit --enable-targets=all build breakage issue

2021-12-10 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28684 Bug ID: 28684 Summary: [RISCV] 32-bit --enable-targets=all build breakage issue Product: binutils Version: unspecified Status: NEW Severity: normal