r219385 - in /trunk/gcc: ChangeLog config/rs600...

sh@gcc.gnu.org sh@gcc.gnu.org
Fri Jan 9 13:50:00 GMT 2015


Author: sh
Date: Fri Jan  9 13:50:08 2015
New Revision: 219385

URL: https://gcc.gnu.org/viewcvs?rev=219385&root=gcc&view=rev
Log:
RTEMS: Fix MPC8540 multilibs for PowerPC

GCC generates SPE instructions even if -msoft-float is specified.
Explicitly add -mno-spe to prevent generation of SPE instructions.  This
multilib variant must not lead to a usage of the SPE.

gcc/ChangeLog

	* config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
	MPC8540.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/t-rtems



More information about the Gcc-cvs mailing list