From: kkojima Date: Sun, 8 May 2016 23:01:58 +0000 (+0000) Subject: config/sh/sh.h: Remove extra colon from subtarget specs. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d3fbc37f760bfedf46350a0426c806ce98ab603;p=thirdparty%2Fgcc.git config/sh/sh.h: Remove extra colon from subtarget specs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236013 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index f72553549708..a1a789fba662 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 \