Commit ff544f6b by Nick Clifton Committed by Nick Clifton

v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on to the assembler.

	* config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
	to the assembler.

From-SVN: r220945
parent 56a9f6bc
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> 2015-02-24 Thomas Schwinge <thomas@codesourcery.com>
PR libgomp/64625 PR libgomp/64625
......
...@@ -111,6 +111,8 @@ extern GTY(()) rtx v850_compare_op1; ...@@ -111,6 +111,8 @@ extern GTY(()) rtx v850_compare_op1;
#define ASM_SPEC "%{m850es:-mv850e1}%{!mv850es:%{mv*:-mv%*}} \ #define ASM_SPEC "%{m850es:-mv850e1}%{!mv850es:%{mv*:-mv%*}} \
%{mrelax:-mrelax} \ %{mrelax:-mrelax} \
%{m8byte-align:-m8byte-align} \ %{m8byte-align:-m8byte-align} \
%{msoft-float:-msoft-float} \
%{mhard-float:-mhard-float} \
%{mgcc-abi:-mgcc-abi}" %{mgcc-abi:-mgcc-abi}"
#define LINK_SPEC "%{mgcc-abi:-m v850}" #define LINK_SPEC "%{mgcc-abi:-m v850}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment