projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ea259
)
Mention LIBFFI_TMPDIR
author
Anthony Green
<green@moxielogic.com>
Tue, 23 Mar 2021 23:06:08 +0000
(19:06 -0400)
committer
Anthony Green
<green@moxielogic.com>
Tue, 23 Mar 2021 23:06:08 +0000
(19:06 -0400)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 28cc8c66778b0a60caf65c7c70157d03ff05ee91..6a79c5890a823b9a32353897cd9b7d4596698fbf 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-206,6
+206,7
@@
See the git log for details at http://github.com/libffi/libffi.
Add support for ARM Pointer Authentication (PA).
Fix 32-bit PPC regression.
Fix MIPS soft-float problem.
+ Enable tmpdir override with the $LIBFFI_TMPDIR environment variable.
Reject float and small integer argument in ffi_prep_cif_var().
Callers must promote these types themselves.