mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-22 01:40:12 +00:00
f2175b70cc
After commit "8a4b0c9 Fix missing newlines in diff report", I forgot to adjust some test reference outputs, leading to some test failures. Fixed thus. * tests/data/test-abidiff/test-struct1-report.txt: Adjust. * tests/data/test-diff-dwarf/test10-report.txt: Likewise. * tests/data/test-diff-dwarf/test11-report.txt: Likewise. * tests/data/test-diff-dwarf/test13-report.txt: Likewise. * tests/data/test-diff-filter/test2-report.txt: Likewise. * tests/data/test-diff-filter/test26-qualified-redundant-node-report-0.txt: Likewise. * tests/data/test-diff-filter/test26-qualified-redundant-node-report-1.txt: Likewise. * tests/data/test-diff-filter/test27-redundant-and-filtered-children-nodes-report-1.txt: Likewise. * tests/data/test-diff-filter/test27-redundant-and-filtered-children-nodes-report-2.txt: Likewise. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
23 lines
915 B
Plaintext
23 lines
915 B
Plaintext
Functions changes summary: 0 Removed, 1 Changed, 0 Added function
|
|
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
|
|
|
|
1 function with some indirect sub-type change:
|
|
|
|
[C]'function void foo(S&)' has some indirect sub-type changes:
|
|
parameter 1 of type 'S&' has sub-type changes:
|
|
in referenced type 'struct S':
|
|
type size changed from 1248 to 1536 bits
|
|
2 data member changes:
|
|
type of 'int S::m0[5][3]' changed:
|
|
type name changed from 'int[5][3]' to 'int[6][3]'
|
|
array type size changed from 256 to 288 bits:
|
|
array type subrange 1 changed length from 5 to 6
|
|
|
|
type of 'int S::m1[6][4]' changed:
|
|
type name changed from 'int[6][4]' to 'int[6][5]'
|
|
array type size changed from 320 to 352 bits:
|
|
array type subrange 2 changed length from 4 to 5
|
|
and offset changed from 480 to 576 (in bits)
|
|
|
|
|