mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-09 01:57:10 +00:00
92b821034a
Remove ugly vertical spaces from the output of abicompat in weak mode and adjust regression tests accordingly. * tools/abicompat.cc (perform_compat_check_in_weak_mode): Remove disgracious vertical spaces in the wording. * tests/data/test-abicompat/test5-fn-changed-report-0.txt: Adjust. * tests/data/test-abicompat/test6-var-changed-report-0.txt: Adjust. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
17 lines
500 B
Plaintext
17 lines
500 B
Plaintext
variables defined in library 'libtest6-var-changed-libapp-v1.so'
|
|
have sub-types that are different from what application 'test6-var-changed-app' expects:
|
|
|
|
S0* bar:
|
|
in pointed to type 'struct S0':
|
|
type size changed from 32 to 64 bits
|
|
1 data member insertion:
|
|
'char S0::m1', at offset 32 (in bits)
|
|
|
|
S1* foo:
|
|
in pointed to type 'struct S1':
|
|
type size changed from 64 to 32 bits
|
|
1 data member deletion:
|
|
'unsigned char S1::m1', at offset 32 (in bits)
|
|
|
|
|