r249297 - in /trunk/libgcc: ChangeLog config/ar...

rearnsha@gcc.gnu.org rearnsha@gcc.gnu.org
Fri Jun 16 21:04:00 GMT 2017


Author: rearnsha
Date: Fri Jun 16 21:04:52 2017
New Revision: 249297

URL: https://gcc.gnu.org/viewcvs?rev=249297&root=gcc&view=rev
Log:
[arm] Explicitly set .fpu in cmse_nonsecure_call.S


This file is missing a .fpu directive and was relying on the compiler
driver passing through a -mfpu= command line option.  When the FPU is
auto, that will not be passed through correctly, so set something
suitable within the file itself.

libgcc:
	 * config/arm/cmse_nonsecure_call.S: Explicitly set the FPU.

Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/arm/cmse_nonsecure_call.S



More information about the Gcc-cvs mailing list