Binary compatibility report for the libnuma library between 2.0.7 and 2.0.8 versions on x86
Test Info
Library Name | libnuma |
Version #1 | 2.0.7 |
Version #2 | 2.0.8 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 78 / 28 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Added Symbols (3)
numa.h,
libnuma.so.1
numa_num_possible_cpus ( ) @@ libnuma_1.3
numa_parse_cpustring_all ( char const* p1 ) @@ libnuma_1.3
numa_parse_nodestring_all ( char const* p1 ) @@ libnuma_1.3
to the top
Problems with Symbols, Low Severity (2)
numa.h,
libnuma.so.1
[+] numa_parse_cpustring ( char* p1 ) @@ libnuma_1.2 (1)
changed to:numa_parse_cpustring ( char const* p1 ) @@ libnuma_1.2
| Change | Effect |
---|
1 | Type of 1st parameter p1 has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] numa_parse_nodestring ( char* p1 ) @@ libnuma_1.2 (1)
changed to:numa_parse_nodestring ( char const* p1 ) @@ libnuma_1.2
| Change | Effect |
---|
1 | Type of 1st parameter p1 has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (3)
numa.h
numacompat1.h
numaif.h
to the top
Shared Libraries (1)
libnuma.so.1
to the top