Re: Bug in linker script file matching after b1eecf6f66a4a642 (prefix tree)

2023-06-26 Thread Andrew Oates
On Mon, Jun 26, 2023 at 8:40 AM Nick Clifton wrote: > > Hi Andrew, > > > Apologies for the generic subject, I don't totally understand the > > nature of the bug. > > No worries. You have the problem narrowed down to a single commit, > which definitely helps. > > > I have a basic linker script tha

[Bug ld/27452] ld: Support compressing arbitrary sections (generalized --compress-debug-sections=)

2023-06-26 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=27452 --- Comment #1 from Fangrui Song --- I think we should just allow SHF_ALLOC | SHF_COMPRESSED sections. Created https://groups.google.com/g/generic-abi/c/HUVhliUrTG0 The proposed option syntax is: --compress-sections='.debug_*=zlib' . This app

[Bug ld/30590] New: Section matching broken by prefix tree change (b1eecf6f66a4a642)

2023-06-26 Thread andrewoates at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30590 Bug ID: 30590 Summary: Section matching broken by prefix tree change (b1eecf6f66a4a642) Product: binutils Version: 2.40 Status: UNCONFIRMED Severity: normal

[Bug libsframe/30588] please make --disable-libsframe work

2023-06-26 Thread indu.bhagat at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30588 --- Comment #3 from Indu Bhagat --- (In reply to Tom Tromey from comment #2) > (In reply to Indu Bhagat from comment #1) > > What is the incentive to support --disable-libsframe ? > > I have no need for it. > > libsframe has a source depende

[Bug libsframe/30588] please make --disable-libsframe work

2023-06-26 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30588 --- Comment #2 from Tom Tromey --- (In reply to Indu Bhagat from comment #1) > What is the incentive to support --disable-libsframe ? I have no need for it. libsframe has a source dependency on libctf. So perhaps if libsframe is going to be

[Bug libsframe/30588] please make --disable-libsframe work

2023-06-26 Thread indu.bhagat at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30588 --- Comment #1 from Indu Bhagat --- What is the incentive to support --disable-libsframe ? Currently, the GNU ld, objdump, readelf use libsframe to read/write/dump SFrame data. Thinking aloud about this would imply. The SFrame section (.sfra

Issue 57619 in oss-fuzz: binutils:fuzz_objcopy: Out-of-memory in fuzz_objcopy

2023-06-26 Thread sheriffbot via monorail
Updates: Labels: Deadline-Approaching Comment #2 on issue 57619 by sheriffbot: binutils:fuzz_objcopy: Out-of-memory in fuzz_objcopy https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57619#c2 This bug is approaching its deadline for being fixed, and will be automatically derestricted

[Bug libsframe/30588] New: please make --disable-libsframe work

2023-06-26 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30588 Bug ID: 30588 Summary: please make --disable-libsframe work Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libsfr

[Bug binutils/16523] support xz compression of debug info files

2023-06-26 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=16523 Fangrui Song changed: What|Removed |Added CC||i at maskray dot me --- Comment #1 fro

[Bug binutils/30561] conversion from binary to PE broken

2023-06-26 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=30561 --- Comment #5 from Stas Sergeev --- OK, I use the work-around you suggested. Thanks! -- You are receiving this mail because: You are on the CC list for the bug.

Re: Bug in linker script file matching after b1eecf6f66a4a642 (prefix tree)

2023-06-26 Thread Nick Clifton
Hi Andrew, Apologies for the generic subject, I don't totally understand the nature of the bug. No worries. You have the problem narrowed down to a single commit, which definitely helps. I have a basic linker script that stopped working after upgrading to binutils 2.40. I did a git bisect