aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh/sh.h
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@gcc.gnu.org>2016-05-08 23:01:58 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2016-05-08 23:01:58 +0000
commitaec12a46c05cebb34793b7daacd9b78eab5ab39d (patch)
tree99322efff4ed8460df868156c7a53c8cae58780f /gcc/config/sh/sh.h
parent6bbf39b789101366bccacda4f912b05636f03887 (diff)
downloadgcc-aec12a46c05cebb34793b7daacd9b78eab5ab39d.zip
gcc-aec12a46c05cebb34793b7daacd9b78eab5ab39d.tar.gz
gcc-aec12a46c05cebb34793b7daacd9b78eab5ab39d.tar.bz2
config/sh/sh.h: Remove extra colon from subtarget specs.
From-SVN: r236013
Diffstat (limited to 'gcc/config/sh/sh.h')
-rw-r--r--gcc/config/sh/sh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h
index f725535..a1a789f 100644
--- a/gcc/config/sh/sh.h
+++ b/gcc/config/sh/sh.h
@@ -201,7 +201,7 @@ extern int code_for_indirect_jump_scratch;
SUBTARGET_EXTRA_SPECS
#if TARGET_CPU_DEFAULT & MASK_HARD_SH4
-#define SUBTARGET_ASM_RELAX_SPEC "%{!m1:%{!m2:%{!m3*::-isa=sh4-up}}}"
+#define SUBTARGET_ASM_RELAX_SPEC "%{!m1:%{!m2:%{!m3*:-isa=sh4-up}}}"
#else
#define SUBTARGET_ASM_RELAX_SPEC "%{m4*:-isa=sh4-up}"
#endif
@@ -245,7 +245,7 @@ extern int code_for_indirect_jump_scratch;
/* Strict nofpu means that the compiler should tell the assembler
to reject FPU instructions. E.g. from ASM inserts. */
#if TARGET_CPU_DEFAULT & MASK_HARD_SH4 && !(TARGET_CPU_DEFAULT & MASK_SH_E)
-#define SUBTARGET_ASM_ISA_SPEC "%{!m1:%{!m2:%{!m3*:%{m4-nofpu|!m4*::-isa=sh4-nofpu}}}}"
+#define SUBTARGET_ASM_ISA_SPEC "%{!m1:%{!m2:%{!m3*:%{m4-nofpu|!m4*:-isa=sh4-nofpu}}}}"
#else
#define SUBTARGET_ASM_ISA_SPEC \