libabigail/tools
Dodji Seketeli 705a6ae186 Add --no-architecture option to abidw
For portability of the regression tests of libabigail, we need abidw
to avoid emitting information about the architecture of the ELF file
it's looking at.  This patch thus adds a new --no-architecture option
to abidw for that purpose.

	* tools/abidw.cc (options::write_architecture): New flag.
	(options::options): Initialize it.
	(display_usage): Add usage string for the new --no-architecture
	option.
	(parse_command): Parse the new --no-architecture command line
	option.
	(main): Ignore the architecture name if required by the user.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2015-03-17 10:02:26 +01:00
..
.gitignore Add .gitignore files. 2014-09-12 11:05:01 +02:00
abiar.cc Adjust archive-related code for the recent addition of tools_utils::* 2015-01-13 11:02:10 +01:00
abicompat.cc Build the set of exported decls directly during DWARF loading 2015-02-24 13:15:10 +01:00
abidiff.cc Rename diff::length() into diff::has_changes() 2015-02-05 12:44:59 +01:00
abidw.cc Add --no-architecture option to abidw 2015-03-17 10:02:26 +01:00
abilint.cc Expose a new libabigail::tools_utils namespace 2015-01-08 12:28:14 +01:00
abisym.cc Update copyright years 2015-01-07 17:52:10 +01:00
binilint.cc Update copyright years 2015-01-07 17:52:10 +01:00
Makefile.am Do not install the abinilint program 2015-01-14 13:20:46 +01:00