mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-21 17:30:22 +00:00
c5b81de47d
* tests/data/test-bidiff/test-enum0-v0.cc.bi: New input file. * tests/data/test-bidiff/test-enum0-v1.cc.bi: Likewise. * tests/data/test-bidiff/test-enum0-report.diff: Likewise. * tests/data/test-bidiff/test-enum1-v0.cc.bi: Likewise. * tests/data/test-bidiff/test-enum1-v1.cc.bi: Likewise. * tests/data/test-bidiff/test-enum1-report.txt: Likewise. * tests/data/test-bidiff/test-qual-type0-v0.cc.bi: Likewise. * tests/data/test-bidiff/test-qual-type0-v1.cc.bi: Likewise. * tests/data/test-bidiff/test-qual-type0-report.txt: Likewise. * tests/data/test-bidiff/test-struct0-v0.cc.bi: Likewise. * tests/data/test-bidiff/test-struct0-v1.cc.bi: Likewise. * tests/data/test-bidiff/test-struct0-report.txt: Likewise. * tests/data/test-bidiff/test-struct1-v0.cc.bi: Likewise. * tests/data/test-bidiff/test-struct1-v1.cc.bi: Likewise. * tests/data/test-bidiff/test-struct1-report.txt: Likewise. * tests/data/test-bidiff/test-var0-v0.cc.bi: Likewise. * tests/data/test-bidiff/test-var0-v1.cc.bi: Likewise. * tests/data/test-bidiff/test-var0-report.txt: Likewise. * tests/test-bidiff.cc: New file. * tests/Makefile.am: Build the new runtestbidiff regression test and add the above to the source distribution. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
2 changed types:
|
|
'class s0' changed:
|
|
size changed from 64 to 96 bits
|
|
1 data member change:
|
|
's0::m1' type changed:
|
|
name changed from 'char' to 'unsigned int'
|
|
size changed from 8 to 32 bits
|
|
alignment changed from 8 to 32 bits
|
|
|
|
1 data member insertion:
|
|
'char s0::m2', at offset 64 (in bits)
|
|
|
|
's0&' changed:
|
|
in referenced type 'class s0':
|
|
size changed from 64 to 96 bits
|
|
1 data member change:
|
|
's0::m1' type changed:
|
|
name changed from 'char' to 'unsigned int'
|
|
size changed from 8 to 32 bits
|
|
alignment changed from 8 to 32 bits
|
|
|
|
1 data member insertion:
|
|
'char s0::m2', at offset 64 (in bits)
|
|
|
|
1 changed declaration:
|
|
'function int foo(s0&)' was changed to 'function int foo(s0&)':
|
|
parameter 0 of type 's0&' changed:
|
|
in referenced type 'class s0':
|
|
size changed from 64 to 96 bits
|
|
1 data member change:
|
|
's0::m1' type changed:
|
|
name changed from 'char' to 'unsigned int'
|
|
size changed from 8 to 32 bits
|
|
alignment changed from 8 to 32 bits
|
|
|
|
1 data member insertion:
|
|
'char s0::m2', at offset 64 (in bits)
|
|
|