summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorklutzy <klutzytheklutzy@gmail.com>2014-11-03 19:34:56 +0900
committerklutzy <klutzytheklutzy@gmail.com>2014-11-03 19:35:52 +0900
commit1a9aedd05188df6e6709c9a2a7259cf24141e3d0 (patch)
treea78250c294a7141f27d5f6037c5dcb86ec6aee97 /README.md
parent3b131b8add7a72a0b3dca72f79919a2a5761757d (diff)
Generate calling-convention-aware binding
With this patch, rust-bindgen generates extern functions with calling conventions specified in header. This patch also removes `-abi` flag.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 433dcea5..7853fbf5 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,6 @@ Options:
matching any rule are bound to
-builtins Output bindings for builtin definitions
(for example __builtin_va_list)
- -abi <abi> Indicate abi of extern functions (default C)
-allow-bitfields Don't fail if we encounter a bitfield
(note that bindgen does not support bitfields)
-allow-unknown-types Don't fail if we encounter types we do not support,
@@ -80,7 +79,6 @@ Options:
link_framework multiple strings
match multiple strings
emit_builtins bool true
- abi string "C"
allow_bitfields bool false
allow_unknown_types bool false
clang_args string
@@ -122,4 +120,4 @@ TODO
* bit field
[clay's bindgen]: https://github.com/jckarter/clay/blob/master/tools/bindgen.clay
-[issue 89]: https://github.com/crabtw/rust-bindgen/issues/89 \ No newline at end of file
+[issue 89]: https://github.com/crabtw/rust-bindgen/issues/89