[Bug binutils/29075] objdump -S does not support debuginfod

2022-04-20 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29075 --- Comment #2 from Frank Ch. Eigler --- It does load the debuginfo files, but not the sources (objdump -S). -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/29075] objdump -S does not support debuginfod

2022-04-21 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29075 --- Comment #8 from Frank Ch. Eigler --- (maybe nickc's confusion was in thinking that the debuginfo download would include sources, as if they were colocated in an rpm, but it doesn't!) -- You are receiving this mail because: You are on the

[Bug binutils/29075] objdump -S does not support debuginfod

2022-08-08 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29075 --- Comment #14 from Frank Ch. Eigler --- Could objdump preemptively call some debuginfod-calling function - any one - in order to prefetch debuginfo for options like -S? -- You are receiving this mail because: You are on the CC list for the

[Bug binutils/29075] objdump -S does not support debuginfod

2022-08-08 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29075 --- Comment #16 from Frank Ch. Eigler --- Sorry about the confusion, it was mine. Yeah, libbfd.so's dependencies are small, adding debuginfod (=> libcurl) would make it rather larger. OTOH elfutils-libs are on systems already, so the depende

[Bug gas/29517] DWARF subprograms output by gas-2.39 have a 'void' return type

2022-08-24 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29517 --- Comment #3 from Frank Ch. Eigler --- (lgtm on paper!) -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/29993] New: objcopy --merge-notes slow for large .so with many annobin notes

2023-01-12 Thread fche at redhat dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com Target Milestone: --- A modern firefox build includes construction of a 3.9GB libxul.so (including debuginfo) on x86-64. On a f37 toolchain, readelf

[Bug binutils/29993] objcopy --merge-notes slow for large .so with many annobin notes

2023-01-13 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29993 --- Comment #5 from Frank Ch. Eigler --- I have not previously looked into the annotation notes in great detail, so am working from a tyro understanding of https://fedoraproject.org/wiki/Toolchain/Watermark . Please excuse my naivite with th

[Bug binutils/29993] objcopy --merge-notes slow for large .so with many annobin notes

2023-01-18 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29993 --- Comment #9 from Frank Ch. Eigler --- > Yes - I am afraid that the watermark protocol document is a bit out of date, > and its rules for note merging do need to be updated. I'd suggest not over-specifying merging, or specifying merging per

[Bug binutils/26301] [2.36 Regression] Incorrect detection of libdebuginfod

2020-07-27 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26301 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug binutils/26595] New: objdump/readelf debuginfod client not invoked for altdebug dwz file

2020-09-09 Thread fche at redhat dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: amerey at redhat dot com, woodard at redhat dot com Target Milestone: --- The debuginfod client code in objdump is appropriately

[Bug binutils/26595] objdump/readelf debuginfod client not invoked for altdebug dwz file

2020-09-10 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26595 --- Comment #2 from Frank Ch. Eigler --- confirmed working with objdump, thanks! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies

2009-10-12 Thread fche at redhat dot com
-- What|Removed |Added CC||fche at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=10238 --- You are receiving this

[Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies

2009-10-12 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2009-10-12 16:10 --- IMO, ld's automagic searching is a good thing. Asking a program to enumerate all the indirect dependencies of shared libraries is a burden that they may not be equipped to carry. How do you envision th

[Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies

2009-10-12 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2009-10-12 23:53 --- I'm confused about whether gold's lack of DT_NEEDED resolution is intended to affect only pure-indirect or merely mixed-direct-indirect dependencies. Specifically: liba { int a() { return b(); } } li