]> git.ipfire.org Git - thirdparty/gcc.git/commit
[arm] Explicitly set .fpu in cmse_nonsecure_call.S
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jun 2017 21:04:52 +0000 (21:04 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jun 2017 21:04:52 +0000 (21:04 +0000)
commit73c72cdfa3d2d4e42101fec9c155ea6fdd053e10
tree98afdd841ede5da8d3d2cf65fe8730e233ce1cff
parentc5e2cf23e1e0d7908a6751f8a210c7dc05555ee6
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249297 138bc75d-0d04-0410-961f-82ee72b054a4
libgcc/ChangeLog
libgcc/config/arm/cmse_nonsecure_call.S