[arm] Explicitly set .fpu in cmse_nonsecure_call.S
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 16 Jun 2017 21:04:52 +0000 (21:04 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 16 Jun 2017 21:04:52 +0000 (21:04 +0000)
commitf0cd49c501a98050f8b2c71b6866f57e94a4c1c6
tree98afdd841ede5da8d3d2cf65fe8730e233ce1cff
parent93aa40fee604dea0c2d0bbac088b074cee119c68
[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.

From-SVN: r249297
libgcc/ChangeLog
libgcc/config/arm/cmse_nonsecure_call.S