aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2014-08-12 15:39:04 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2014-08-12 15:39:04 +0000
commit2e45addf83bd76d2a8d7ed58b3a6ec83ebeae507 (patch)
treecbe67d75b34054e4a67592d6a5ee157358467a62 /gcc
parent5b1ea7c568195aec154bf9445d53d4c5589175ae (diff)
downloadgcc-2e45addf83bd76d2a8d7ed58b3a6ec83ebeae507.zip
gcc-2e45addf83bd76d2a8d7ed58b3a6ec83ebeae507.tar.gz
gcc-2e45addf83bd76d2a8d7ed58b3a6ec83ebeae507.tar.bz2
mips.h (ASM_SPEC): Pass float options to assembler.
2014-08-12 Steve Ellcey <sellcey@mips.com> * config/mips/mips.h (ASM_SPEC): Pass float options to assembler. From-SVN: r213872
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/mips.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 941c405..946bc44 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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.
(MULTILIB_DIRNAMES): Ditto.
* config/mips/t-mti-elf (MULTILIB_OPTIONS): Ditto.
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 8d7a09f..9a15287 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. */