re PR target/12148 (longstanding m68k libgcc.a bug when using ` -mshort')
authorMarkus F.X.J. Oberhumer <markus@oberhumer.com>
Mon, 12 Jan 2004 03:55:43 +0000 (03:55 +0000)
committerBernardo Innocenti <bernie@gcc.gnu.org>
Mon, 12 Jan 2004 03:55:43 +0000 (04:55 +0100)
commit48568ec72b76246c3cf964b52fbe91fa018511e7
tree8fdb709f78ef4f79c2fcc8f4f819dda5431b9bc1
parent124c9423a1f0326dcda66539ed507f6078157061
re PR target/12148 (longstanding m68k libgcc.a bug when using ` -mshort')

PR c/12148
* config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
`int' in a number of places to make sure we always have a SImode
and not a HImode.  Add a 'L' suffix to a number of constants.

From-SVN: r75703
gcc/ChangeLog
gcc/config/m68k/fpgnulib.c