Commit b45f68949d7d1b705eb5e26f58a09972ad70a9c4

Anthony Green 2022-09-28T10:16:01

Update README for 3.4.4.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/README.md b/README.md
index 00b3c86..80b4a19 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,10 @@ History
 See the git log for details at http://github.com/libffi/libffi.
 
     3.4.4 TBD
+        Fix aarch64 linux builds with Link Time Optimization (-flto)
+        Fix x86 stdcall stack alignment
+        Fix x86 Windows msvc assembler compatibility
+        Fix moxie and or1k small structure args
 
     3.4.3 Sep-19-22
         All struct args are passed by value, regardless of size, as per ABIs.