From d2e2f423820ca00c1f1d56fadd744a7e1d345955 Mon Sep 17 00:00:00 2001 From: David Mertens Date: Tue, 22 Nov 2016 16:33:12 -0500 Subject: Implement gcc bitfield algorithm; add -mms-bitfields --- tcc-doc.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tcc-doc.texi') 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} -- cgit v1.3.1