1ea09e54ef
- Update to version 0.173 More fixes for crashes and hangs found by afl-fuzz. In particular various functions now detect and break infinite loops caused by bad DIE tree cycles. readelf: Will now lookup the size and signedness of constant value types to display them correctly (and not just how they were encoded). libdw: New function dwarf_next_lines to read CU-less .debug_line data. dwarf_begin_elf now accepts ELF files containing just .debug_line or .debug_frame sections (which can be read without needing a DIE tree from the .debug_info section). Removed dwarf_getscn_info, which was never implemented. backends: Handle BPF simple relocations. The RISCV backends now handles ABI specific CFI and knows about RISCV register types and names. - add cfi-fix.patch: make build green on arm target OBS-URL: https://build.opensuse.org/request/show/621681 OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=114
12 lines
385 B
Diff
12 lines
385 B
Diff
diff --git a/tests/run-next-cfi-self.sh b/tests/run-next-cfi-self.sh
|
|
index 2c42ea3f..fa91b746 100755
|
|
--- a/tests/run-next-cfi-self.sh
|
|
+++ b/tests/run-next-cfi-self.sh
|
|
@@ -18,4 +18,5 @@
|
|
. $srcdir/test-subr.sh
|
|
|
|
# Sanity check toolchain/dwarf_next_cfi
|
|
-testrun_on_self ${abs_builddir}/next_cfi
|
|
+testrun_on_self_exe ${abs_builddir}/next_cfi
|
|
+testrun_on_self_lib ${abs_builddir}/next_cfi
|