From: Claudiu Zissulescu Date: Thu, 28 Apr 2016 13:08:01 +0000 (+0200) Subject: [ARC] Pass mfpuda to assembler. X-Git-Tag: basepoints/gcc-8~7345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ae5117dde03c3069598da1d92ba61127b6e4fe;p=thirdparty%2Fgcc.git [ARC] Pass mfpuda to assembler. gcc/ 2016-04-28 Claudiu Zissulescu * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler. From-SVN: r235568 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39443cc559c0..b3dc01096c19 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-04-28 Claudiu Zissulescu + + * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler. + 2016-04-28 Claudiu Zissulescu * config/arc/arc.c (arc_process_double_reg_moves): Fix for diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index de6c6d11974a..37c1afa6712e 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -155,7 +155,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}} \