mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 15:04:46 +00:00
6dfccee786
All such tags are now followed by a space and are more readable. * src/abg-default-reporter.cc (report): In the overload for corpus_diff, output space after "[C]". * src/abg-leaf-reporter.cc (report): Likewise. * tests/data/test-*/*report*.txt: Update all the test reports. Signed-off-by: Giuliano Procida <gprocida@google.com> Signed-off-by: Dodji Seketeli <dodji@redhat.com>
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
Functions changes summary: 0 Removed, 4 Changed, 0 Added functions
|
|
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
|
|
|
|
4 functions with some indirect sub-type change:
|
|
|
|
[C] 'function void fun1(const char*, ...)' has some indirect sub-type changes:
|
|
parameter 2 of type '...' changed:
|
|
entity changed from 'variadic parameter type' to 'const char*'
|
|
type size changed from 0 to 64 (in bits)
|
|
parameter 3 of type '...' was added
|
|
|
|
|
|
[C] 'function void fun2(const char*, ...)' has some indirect sub-type changes:
|
|
parameter 2 of type '...' changed:
|
|
entity changed from 'variadic parameter type' to 'const char*'
|
|
type size changed from 0 to 64 (in bits)
|
|
parameter 3 of type '...' was added
|
|
|
|
|
|
[C] 'function void fun3(const char*, const int*, ...)' has some indirect sub-type changes:
|
|
parameter 3 of type '...' changed:
|
|
entity changed from 'variadic parameter type' to 'const int*'
|
|
type size changed from 0 to 64 (in bits)
|
|
parameter 4 of type '...' was added
|
|
|
|
|
|
[C] 'function void fun4(const char*, const int*, ...)' has some indirect sub-type changes:
|
|
parameter 3 of type '...' changed:
|
|
entity changed from 'variadic parameter type' to 'const int*'
|
|
type size changed from 0 to 64 (in bits)
|
|
parameter 4 of type '...' was added
|
|
|
|
|
|
|