From: Steve Ellcey Date: Tue, 12 Aug 2014 15:39:04 +0000 (+0000) Subject: mips.h (ASM_SPEC): Pass float options to assembler. X-Git-Tag: releases/gcc-5.1.0~5529 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e45addf83bd76d2a8d7ed58b3a6ec83ebeae507;p=thirdparty%2Fgcc.git mips.h (ASM_SPEC): Pass float options to assembler. 2014-08-12 Steve Ellcey * config/mips/mips.h (ASM_SPEC): Pass float options to assembler. From-SVN: r213872 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 941c40551fd1..946bc44fb842 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-12 Steve Ellcey + + * config/mips/mips.h (ASM_SPEC): Pass float options to assembler. + 2014-08-12 Steve Ellcey * config/mips/t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 8d7a09fb7a98..9a15287cdb11 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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. */