* config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Feb 2015 18:04:02 +0000 (18:04 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Feb 2015 18:04:02 +0000 (18:04 +0000)
to the assembler.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220945 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/v850/v850.h

index 38ed447..8bd6151 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-24  Nick Clifton  <nickc@redhat.com>
+
+       * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
+       to the assembler.
+
 2015-02-24  Thomas Schwinge  <thomas@codesourcery.com>
 
        PR libgomp/64625
index 69eeb57..508ef85 100644 (file)
@@ -111,6 +111,8 @@ extern GTY(()) rtx v850_compare_op1;
 #define ASM_SPEC "%{m850es:-mv850e1}%{!mv850es:%{mv*:-mv%*}} \
 %{mrelax:-mrelax} \
 %{m8byte-align:-m8byte-align} \
+%{msoft-float:-msoft-float} \
+%{mhard-float:-mhard-float} \
 %{mgcc-abi:-mgcc-abi}"
 
 #define LINK_SPEC "%{mgcc-abi:-m v850}"