src/srcfiles.cxx depends on the HAVE_LIBARCHIVE macro to enable the
srcfiles --zip option. The defining of this macro was accidentally
removed from configure.ac in commit 30b5592a3.
Signed-off-by: Aaron Merey
---
Committing as obvious
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --
A new failure has been detected on builder elfutils-snapshots-coverage while
building elfutils.
Full details are available at:
https://builder.sourceware.org/buildbot/#/builders/250/builds/162
Build state: failed compile (failure)
Revision: b9fd1dda0ba6ddf7dd14ff6745ea3e884a2f553a
Worker: sn
We were printing the addr_off instead of the sym_off. And the
testcases all expected the address offset instead of the symbol table
offset.
* src/readelf.c (print_gdb_index_section): Print sym_off as
Symbol table offset.
* tests/run-readelf-gdb_index.sh: Fix up all symbol t