New
libffi 3.4.8
What's Changed
- aarch64: add PAC to GNU Notes by @billatarm in https://github.com/libffi/libffi/pull/882
- MIPS: Dont import asm/sgidefs.h on linux by @fossdd in https://github.com/libffi/libffi/pull/885
- Update the Simple Example from the Docs to fix a compile error by @Nikitf777 in https://github.com/libffi/libffi/pull/886
- Fix bugs in the x86-64 and x32 target (#887) by @mikulas-patocka in https://github.com/libffi/libffi/pull/889
- Add the "ABI_ATTR" attribute to called functions (#891) by @mikulas-patocka in https://github.com/libffi/libffi/pull/892
- powerpc: Add static trampoline support (#894) by @peter-bergner in https://github.com/libffi/libffi/pull/895
- testsuite: add two tests to Makefile.am by @thesamesam in https://github.com/libffi/libffi/pull/893
New Contributors
- @fossdd made their first contribution in https://github.com/libffi/libffi/pull/885
- @Nikitf777 made their first contribution in https://github.com/libffi/libffi/pull/886
- @mikulas-patocka made their first contribution in https://github.com/libffi/libffi/pull/889
- @peter-bergner made their first contribution in https://github.com/libffi/libffi/pull/895
Full Changelog: https://github.com/libffi/libffi/compare/v3.4.7...v3.4.8