[PATCH 19/30] [arm] Explicitly set .fpu in cmse_nonsecure_call.S

Richard Earnshaw Richard.Earnshaw@arm.com
Fri Jun 9 12:55:00 GMT 2017


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.
---
 libgcc/config/arm/cmse_nonsecure_call.S | 8 ++++++++
 1 file changed, 8 insertions(+)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0019-arm-Explicitly-set-.fpu-in-cmse_nonsecure_call.S.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20170609/8131f60c/attachment.bin>


More information about the Gcc-patches mailing list