libabigail/tools
Dodji Seketeli 5c7749ea9b abidiff,reader: Fix compilation with --debug-self-comparison
While chasing self-comparison changes errors, I realized that
compilation is failing when the package is configured with
--debug-self-comparison.

Fixed thus.

	* src/abg-reader.cc
	(reader::{maybe_check_abixml_canonical_type_stability, read_corpus}):
	get_environment() doesn't returns a pointer anymore.  So adapt the
	code.
	(maybe_map_type_with_type_id): Adjust because the environment is
	const.
	(load_canonical_type_ids): The xml_reader namespace doesn't exist
	anymore.  It's now abixml.
	* tools/abidiff.cc (options::options): Initialize the
	do_debug_self_comparison data member before the use_btf one, as it
	should be.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2023-04-13 15:32:22 +02:00
..
.gitignore Update .gitignore files to ignore typical dev side products 2019-04-16 16:32:52 +02:00
abicompat.cc Update copyright year for 2023 2023-01-01 18:19:30 +01:00
abidiff.cc abidiff,reader: Fix compilation with --debug-self-comparison 2023-04-13 15:32:22 +02:00
abidw.cc abi{dw,diff}: Better error messages when alternate debuginfo not found 2023-04-11 11:36:15 +02:00
abilint.cc Update copyright year for 2023 2023-01-01 18:19:30 +01:00
abipkgdiff.cc abipkgdiff: Don't use user-specific filesystem info in error msg 2023-04-05 17:01:48 +02:00
abisym.cc Update copyright year for 2023 2023-01-01 18:19:30 +01:00
binilint.cc Update copyright year for 2023 2023-01-01 18:19:30 +01:00
fedabipkgdiff fedabipkgdiff: Remove busy loop when forking abipkgdiff 2023-04-07 15:42:35 +02:00
kmidiff.cc comparison: Add a mode to not apply filters on interface sub-graphs 2023-03-02 18:31:43 +01:00
Makefile.am Make Front Ends first class citizens 2022-11-18 18:12:38 +01:00