Binary compatibility report for the libelf library between 0.3.8 and 0.3.9 versions on x86
Test Info
Library Name | libelf |
Version #1 | 0.3.8 |
Version #2 | 0.3.9 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 7 |
Total Shared Libraries | 1 |
Total Symbols / Types | 80 / 83 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (1)
libelf.h,
libelf.so.0.8.8
[+] elfx_update_shstrndx ( Elf* __elf, size_t __value ) (1)
changed to:elfx_update_shstrndx ( Elf* __elf, size_t __index )
| Change | Effect |
---|
1 | 2nd parameter __value has been renamed to __index. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (7)
gelf.h
libelf.h
gelf.h (libelf/gelf.h)
libelf.h (libelf/libelf.h)
nlist.h (libelf/nlist.h)
nlist.h
sys_elf.h
to the top
Shared Libraries (1)
libelf.so.0.8.8
to the top