diff doc/manual/callconvs/callconv_mips.tex @ 139:5675d34f0a06

- mips64 doc about impl status - some more verbose output for one test
author cslag
date Mon, 08 Aug 2016 11:54:27 +0200
parents 4a64b733dc76
children 06ee88ce4962
line wrap: on
line diff
--- a/doc/manual/callconvs/callconv_mips.tex	Mon Aug 08 11:24:25 2016 +0200
+++ b/doc/manual/callconvs/callconv_mips.tex	Mon Aug 08 11:54:27 2016 +0200
@@ -37,8 +37,9 @@
 
 \paragraph{\product{dyncall} support}
 
-Currently, dyncall supports for MIPS 32-bit architectures the widely-used O32 calling convention, as well as EABI (which is used on the Homebrew SDK for
-the Playstation Portable). \product{dyncall} currently does not support MIPS16e (contrary to the like-minded ARM-THUMB, which is supported). Both, calls and callbacks are supported.
+Currently, dyncall supports for MIPS 32-bit architectures the widely-used O32 calling convention (for big- and little-endian targets),
+as well as EABI (which is used on the Homebrew SDK for the Playstation Portable). \product{dyncall} currently does not support MIPS16e
+(contrary to the like-minded ARM-THUMB, which is supported). Both, calls and callbacks are supported.
 
 \subsubsection{MIPS EABI 32-bit Calling Convention}