summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-06-25 11:06:00 -0400
committerAnthony Green <green@moxielogic.com>2022-06-25 11:06:00 -0400
commitfc8c8c1e2c31321b38dc079e549bc7748da4159d (patch)
tree9a905d95665a417ef3c85a97286b7974d5e0e317 /README.md
parentb5abc4f6478147ce72fa6b2eb95296883d5ef3ef (diff)
downloadlibffi-fc8c8c1e2c31321b38dc079e549bc7748da4159d.tar.gz
Fix ILP32 for aarch64
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8750f32..99ee834 100644
--- a/README.md
+++ b/README.md
@@ -200,6 +200,7 @@ See the git log for details at http://github.com/libffi/libffi.
Fix x32 static trampolines.
All struct args are passed by value, regardless of size.
Add support for Loongson's LoonArch64 architecture.
+ Fix ILP32 aarch64 support.
3.4.2 Jun-28-21
Add static trampoline support for Linux on x86_64 and ARM64.