mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-09 18:17:07 +00:00
So the last series of patches have changed the test output a lot. This patch adjusts the reference output to have "make check" work again. There is still one test that fails: ./build/tests/runtestreaddwarf. It'll be addressed in subsequent patches from now. * tests/data/test-abidiff/test-enum0-report.txt: Adjust. * tests/data/test-abidiff/test-enum1-report.txt: Adjust. * tests/data/test-abidiff/test-qual-type0-report.txt: Adjust. * tests/data/test-abidiff/test-struct0-report.txt: Adjust. * tests/data/test-read-dwarf/test10-pr18818-gcc.so.abi: Adjust. * tests/data/test-read-dwarf/test11-pr18828.so.abi: Adjust. * tests/data/test-read-dwarf/test12-pr18844.so.abi: Adjust. * tests/data/test-read-dwarf/test9-pr18818-clang.so.abi: Adjust. * tests/data/test-read-write/test17.xml: Adjust. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
18 lines
642 B
Plaintext
18 lines
642 B
Plaintext
2 changed types:
|
|
'class s0' changed:
|
|
type size changed from 64 to 96 bits
|
|
1 data member insertion:
|
|
'char s0::m2', at offset 64 (in bits)
|
|
1 data member change:
|
|
type of 'char s0::m1' changed:
|
|
type name changed from 'char' to 'unsigned int'
|
|
type size changed from 8 to 32 bits
|
|
type alignment changed from 8 to 32 bits
|
|
|
|
's0&' changed:
|
|
referenced type 'class s0' changed, as reported earlier
|
|
1 changed declaration:
|
|
'function int foo(s0&)' was changed to 'function int foo(s0&)':
|
|
parameter 1 of type 's0&' has sub-type changes:
|
|
referenced type 'class s0' changed, as reported earlier
|