OK to apply? Claudiu gcc/ 2016-04-18 Claudiu Zissulescu <claz...@synopsys.com>
* config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler. --- gcc/config/arc/arc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 1c2a38d..299e63a 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -153,7 +153,7 @@ along with GCC; see the file COPYING3. If not see %{mcpu=ARC700:-mEA} \ %{!mcpu=*:" ASM_DEFAULT "} \ %{mbarrel-shifter} %{mno-mpy} %{mmul64} %{mmul32x16:-mdsp-packa} %{mnorm} \ -%{mswap} %{mEA} %{mmin-max} %{mspfp*} %{mdpfp*} \ +%{mswap} %{mEA} %{mmin-max} %{mspfp*} %{mdpfp*} %{mfpu=fpuda*:-mfpuda} \ %{msimd} \ %{mmac-d16} %{mmac-24} %{mdsp-packa} %{mcrc} %{mdvbf} %{mtelephony} %{mxy} \ %{mcpu=ARC700|!mcpu=*:%{mlock}} \ -- 1.9.1