Commit 31ae5117 by Claudiu Zissulescu Committed by Claudiu Zissulescu

[ARC] Pass mfpuda to assembler.

gcc/
2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>

	* config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.

From-SVN: r235568
parent 7d81a567
2016-04-28 Claudiu Zissulescu <claziss@synopsys.com> 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
* config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
* config/arc/arc.c (arc_process_double_reg_moves): Fix for * config/arc/arc.c (arc_process_double_reg_moves): Fix for
big-endian compilation. big-endian compilation.
* config/arc/arc.md (addf3): Likewise. * config/arc/arc.md (addf3): Likewise.
......
...@@ -155,7 +155,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -155,7 +155,7 @@ along with GCC; see the file COPYING3. If not see
%{mcpu=ARC700:-mEA} \ %{mcpu=ARC700:-mEA} \
%{!mcpu=*:" ASM_DEFAULT "} \ %{!mcpu=*:" ASM_DEFAULT "} \
%{mbarrel-shifter} %{mno-mpy} %{mmul64} %{mmul32x16:-mdsp-packa} %{mnorm} \ %{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} \ %{msimd} \
%{mmac-d16} %{mmac-24} %{mdsp-packa} %{mcrc} %{mdvbf} %{mtelephony} %{mxy} \ %{mmac-d16} %{mmac-24} %{mdsp-packa} %{mcrc} %{mdvbf} %{mtelephony} %{mxy} \
%{mcpu=ARC700|!mcpu=*:%{mlock}} \ %{mcpu=ARC700|!mcpu=*:%{mlock}} \
......
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