libabigail/tests/data
Dodji Seketeli d3929eaf23 Support the "address-size" attribute for <abi-instr> elements
* include/abg-ir.h (translation_unit::translation_unit): Take an
	address_size parameter.
	(translation_unit::{get_address_size, set_address_size}): New
	accessors.
	* src/abg-ir.cc (translation_unit::priv::address_size_): New
	private member.
	(translation_unit::translation_unit): Take an address_size
	parameter.
	(translation_unit::{get_address_size, set_address_size}): Define
	these new methods.
	* src/abg-reader.cc (read_input): Read the "address-size"
	attribute from the abi-instr element.
	* src/abg-writer.cc (write_translation_unit): Write the
	"address-size" attribute.
	* tests/data/test-read-write/test23.xml: New test input.
	* tests/test-read-write.cc (in_out_specs): Add the new test above
	to the list of files to read and write back.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2013-12-11 12:30:19 +01:00
..
test-bidiff Add support for bidiff regression testing 2013-11-29 14:32:30 +01:00
test-core-diff Re-write middle snakes management in core diff algorithms 2013-11-19 11:25:47 +01:00
test-read-write Support the "address-size" attribute for <abi-instr> elements 2013-12-11 12:30:19 +01:00
test-write-read-archive Initial writing/reading of an ABI corpus to an archive 2013-08-27 16:20:41 +02:00