libabigail/tests/data/test-abidiff/test-enum1-report.txt
Dodji Seketeli d041c1f5dd Rename bi* tools to abi* tools
* tests/data/test-bidiff: Rename this directory to
	tests/data/test-abidiff.
	* tests/test-bidiff.cc: Renamed this to tests/test-abidiff.cc.
	* tools/biar.cc: Renamed to tools/abiar.cc
	* tools/bidiff.cc: Renamed to tools/abidiff.cc
	* tools/bidw.cc: Renamed to tools/abidw.cc
	* tools/bilint.cc: Renamed to tools/abilint.cc
	* tools/bisym.cc: Renamed to tools/abisym.cc
	* tests/test-alt-dwarf-file.cc: Renamed references to bidw* to abidw*.
	* tests/test-diff-filter.cc: Renamed references to bidiff to abidiff.
	* tests/test-lookup-syms.cc: Renamed references to bisym to abisym.
	* tools/Makefile.am: Adjust.
	* tests/Makefile.am: Likewise.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2014-09-26 10:58:16 +02:00

18 lines
416 B
Plaintext

1 changed type:
'enum E' changed:
1 enumerator insertion:
'E::e1' value '1'
1 enumerator change:
'E::e2' from value '1' to '2'
1 changed declaration:
'function void foo(E)' was changed to 'function void foo(E)':
parameter 0 of type 'enum E' has sub-type changes:
1 enumerator insertion:
'E::e1' value '1'
1 enumerator change:
'E::e2' from value '1' to '2'