diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d10d0f..afd82a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index fffb023..41c474f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |