[Bug backends/31142] New: riscv pass_by_flattened_arg not implemented

2023-12-11 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31142 Bug ID: 31142 Summary: riscv pass_by_flattened_arg not implemented Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component:

[PATCH v2] dwarf_getaranges: Build aranges list from CUs instead of .debug_aranges

2023-12-11 Thread Aaron Merey
No longer use .debug_aranges to build the aranges list since it could be absent or incomplete. Instead build the aranges list by iterating over each CU and recording each address range. https://sourceware.org/bugzilla/show_bug.cgi?id=22288 https://sourceware.org/bugzilla/show_bug.cgi?id=30948 Si