John Dallman
2018-07-13 15:55:19 UTC
The source I'm porting to NDK has a fairly sophisticated text formatter,
which is basically a printf that can be extended with custom functions at
run-time. It needs to understand the C calling convention for the platform.
Does Android on ARM use the standard ARM Ltd calling conventions for 32-bit
and 64-bit?
Our only existing ARM platform is iOS, which uses standard the ARM
convention for 32-bit. 64-bit iOS uses a simplified version of the ARM
convention, which is quite different for variadic functions. If Android is
to ARM standards, I'll have to implement that.
Thanks,
John
which is basically a printf that can be extended with custom functions at
run-time. It needs to understand the C calling convention for the platform.
Does Android on ARM use the standard ARM Ltd calling conventions for 32-bit
and 64-bit?
Our only existing ARM platform is iOS, which uses standard the ARM
convention for 32-bit. 64-bit iOS uses a simplified version of the ARM
convention, which is quite different for variadic functions. If Android is
to ARM standards, I'll have to implement that.
Thanks,
John
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/CAH1xqgkjYhz_ada0pD-SXLRGzWvVjgZjeJgygs8VyQ92vBXQEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/CAH1xqgkjYhz_ada0pD-SXLRGzWvVjgZjeJgygs8VyQ92vBXQEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.