libabigail/tests/data
Dodji Seketeli a00ed6bf41 Hand-code the string representation of GElf_Ehdr::e_machine
I was using elfutils/libebl.h to get a string representation of the
marchine architecture of the elf file.  It appears elfutils/libebl.h
is an internal header not meant to be used by client code of
elfutils.  So this patch hand-codes the string representation of the
value of the GElf_Ehdr data member and does away with the need of the
elfutils/libebl.h header as with libebl.

	* configure.ac: Do not check for elfutils/libebl.h and libebl.a
	anymore.
	* src/abg-dwarf-reader.cc: Do not include elfutils/libebl.h
	anymore.
	(e_machine_to_string): Define new static
	function.
	(read_context::::load_elf_architecture): Use the new
	e_machine_to_string() function rather than ebl_backend_name() and
	ebl_openbackend().
	* tests/data/test-diff-dwarf/test-23-diff-arch-report-0.txt: Adjust.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2015-01-26 22:17:39 +01:00
..
test-abicompat Sort functions & variables diff nodes in the diff tree 2015-01-09 14:45:11 +01:00
test-abidiff Sort reported changed declarations & types in a given scope 2014-11-08 11:32:58 +01:00
test-alt-dwarf-file Make the alt dwarf debug file *not* be a symlink 2014-11-19 16:50:48 +01:00
test-core-diff
test-diff-dwarf Hand-code the string representation of GElf_Ehdr::e_machine 2015-01-26 22:17:39 +01:00
test-diff-filter Fix chaining of descendant node of qualified type diff node 2015-01-26 12:12:57 +01:00
test-diff-suppr Sort functions & variables diff nodes in the diff tree 2015-01-09 14:45:11 +01:00
test-lookup-syms Re-build a test input file with debug info 2014-05-14 11:32:06 +02:00
test-read-dwarf Support reading and comparing soname from ELF files 2014-12-07 23:42:26 +01:00
test-read-write Fix a crash while writing symbol information 2014-12-07 17:25:26 +01:00
test-write-read-archive
Makefile.am Fix chaining of descendant node of qualified type diff node 2015-01-26 12:12:57 +01:00