[Bug binutils/29267] readelf..info misreports DW_FORM_loclistx, DW_FORM_rnglistx
https://sourceware.org/bugzilla/show_bug.cgi?id=29267 Nick Clifton changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nickc at redhat dot com Last reconfirmed||2022-06-23 Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #11 from Nick Clifton --- (In reply to Vsevolod Alekseyev from comment #10) Hi Vsevolod, > The DWARF bitness may vary between CUs in indexed > sections, Presumably this would be an unusual case. At least I would hope so... I think however that would should be able to handle it. The code in binutils/dwarf.c already stores the loclists_base on a per-CU basis, so we can easily add code to store the bitness too. I am looking into creating a patch that will do this... -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gprofng/29131] No rule to make target 'gprofng.1', needed by 'all-am'. Stop. For arm
https://sourceware.org/bugzilla/show_bug.cgi?id=29131 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #3 from Matthias Klose --- I see this here as well, https://autopkgtest.ubuntu.com/packages/b/binutils/kinetic/i386 https://autopkgtest.ubuntu.com/results/autopkgtest-kinetic/kinetic/i386/b/binutils/20220621_090244_0dca1@/log.gz although only on i686-linux-gnu, where the build environment is mostly x86_64-linux-gnu, and a "cross compiler" targeting i686-linux-gnu installed. gprofng/src/Makefile.am has a conditional BUILD_MAN, which defines the rules for those .1 targets, however if we are cross-building, these targets are not defined, but the man pages are added to man_MANS in any case. -- You are receiving this mail because: You are on the CC list for the bug.