aboutsummaryrefslogtreecommitdiff
path: root/tcc-doc.texi
diff options
context:
space:
mode:
authorDavid Mertens <dcmertens.perl@gmail.com>2016-11-22 16:33:12 -0500
committerDavid Mertens <dcmertens.perl@gmail.com>2016-11-28 09:01:12 -0500
commitd2e2f423820ca00c1f1d56fadd744a7e1d345955 (patch)
tree471d4ae451a52e315fb967e3c061df30a46552e6 /tcc-doc.texi
parent3c68a8c6c04e1a527e2d80f2586cb2df96f862c6 (diff)
downloadtinycc-d2e2f423820ca00c1f1d56fadd744a7e1d345955.tar.gz
tinycc-d2e2f423820ca00c1f1d56fadd744a7e1d345955.tar.bz2
Implement gcc bitfield algorithm; add -mms-bitfields
Diffstat (limited to 'tcc-doc.texi')
-rw-r--r--tcc-doc.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi
index 5aab13c..9f136ed 100644
--- a/tcc-doc.texi
+++ b/tcc-doc.texi
@@ -176,6 +176,10 @@ In a script, it gives the following header:
#!/usr/local/bin/tcc -run -L/usr/X11R6/lib -lX11
@end example
+@item -mms-bitfields
+Use an algorithm for bitfield alignment consistent with MSVC. Default is
+gcc's algorithm.
+
@item -mfloat-abi (ARM only)
Select the float ABI. Possible values: @code{softfp} and @code{hard}