Commit 5847e53e by Bernardo Innocenti Committed by Bernardo Innocenti

re PR target/12968 (doc m68k -mshort)

	PR target/12968
	* doc/invoke.texi: Document stack alignment side-effect of -mshort.

From-SVN: r82511
parent 57807c31
2004-06-01 Bernardo Innocenti <bernie@develer.com>
PR target/12968
* doc/invoke.texi: Document stack alignment side-effect of -mshort.
2004-05-31 Joseph S. Myers <jsm@polyomino.org.uk>
PR c/15749
......
......@@ -6349,6 +6349,8 @@ cross-compilation. The embedded targets @samp{m68k-*-aout} and
@item -mshort
@opindex mshort
Consider type @code{int} to be 16 bits wide, like @code{short int}.
Additionally, parameters passed on the stack are also aligned to a
16-bit boundary even on targets whose API mandates promotion to 32-bit.
@item -mnobitfield
@opindex mnobitfield
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment