How to Write Shared Libraries
From APIDesign
(Difference between revisions)
Line 3: | Line 3: | ||
[http://people.redhat.com/drepper/dsohowto.pdf external PDF] | [http://people.redhat.com/drepper/dsohowto.pdf external PDF] | ||
- | Backward binary compatibility checker: | + | Backward binary compatibility checker for shared libraries in [[C]]/[[C++]]: |
[http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker] | [http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker] |
Current revision
Very detailed paper about backward compatibility when dealing with shared libraries in C:
Backward binary compatibility checker for shared libraries in C/C++:
http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker