summaryrefslogtreecommitdiff
path: root/libffi.map.in
Commit message (Collapse)AuthorAgeFilesLines
* Update the ABI version to LIBFFI_BASE_8.0 (#544)hjl-tools2020-02-231-12/+8
| | | | | | Since x86 and x86-64 FFI_TRAMPOLINE_SIZE have been increased, we must bump the ABI version. This fixes: https://github.com/libffi/libffi/issues/543
* Add parent to symbol version LIBFFI_BASE_7.1Richard Henderson2016-05-181-1/+1
|
* Update symbol versioning for ffi_get_struct_offsetsRichard Henderson2016-05-041-0/+5
| | | | | | Given that the original symbol versioning patch has shipped with gcc-6, it would be kind to keep that as a valid base ABI and make subsequent changes to version 7.1.
* Use ELF symbol versioningRichard Henderson2016-05-041-0/+75
At the same time, we must bump the (major) ABI version. This needed to be done anyway due to ABI breakage in the AArch64 port (see 12cf89ee and the corresponding GCC PR70024).