]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips.h (ASM_SPEC): Pass float options to assembler.
authorSteve Ellcey <sellcey@mips.com>
Tue, 12 Aug 2014 15:39:04 +0000 (15:39 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Tue, 12 Aug 2014 15:39:04 +0000 (15:39 +0000)
2014-08-12  Steve Ellcey  <sellcey@mips.com>

* config/mips/mips.h (ASM_SPEC): Pass float options to assembler.

From-SVN: r213872

gcc/ChangeLog
gcc/config/mips/mips.h

index 941c40551fd1b030b9b5f66386320c23c80c8166..946bc44fb842c08e64132c997d4841273f341023 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-12  Steve Ellcey  <sellcey@mips.com>
+
+       * config/mips/mips.h (ASM_SPEC): Pass float options to assembler. 
+
 2014-08-12  Steve Ellcey  <sellcey@mips.com>
 
        * config/mips/t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib.
index 8d7a09fb7a98e8ccbe031f84642df3d9ccad0229..9a15287cdb11b0ec30ac5645cfac78f6e82f6d3c 100644 (file)
@@ -1187,6 +1187,8 @@ struct mips_cpu_info {
 %{mshared} %{mno-shared} \
 %{msym32} %{mno-sym32} \
 %{mtune=*} \
+%{mhard-float} %{msoft-float} \
+%{msingle-float} %{mdouble-float} \
 %(subtarget_asm_spec)"
 
 /* Extra switches sometimes passed to the linker.  */