Fix %e in Solaris specs
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 20 May 2019 11:22:40 +0000 (11:22 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 20 May 2019 11:22:40 +0000 (11:22 +0000)
* config/sol2.h (LIBTSAN_EARLY_SPEC): Remove : after %e.
(LIBLSAN_EARLY_SPEC): Likewise.
* config/i386/sol2.h (ASAN_REJECT_SPEC): Likewise.

From-SVN: r271410

gcc/ChangeLog
gcc/config/i386/sol2.h
gcc/config/sol2.h

index 237a1c1716f06eec3a0b5babcc6021d8b74d24a0..2852bf4ab3a96424e0daae6dfc215c5168ae5c71 100644 (file)
@@ -1,3 +1,9 @@
+2019-05-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/sol2.h (LIBTSAN_EARLY_SPEC): Remove : after %e.
+       (LIBLSAN_EARLY_SPEC): Likewise.
+       * config/i386/sol2.h (ASAN_REJECT_SPEC): Likewise.
+
 2019-05-20  Martin Liska  <mliska@suse.cz>
 
        * config/i386/i386.c (ix86_libc_has_fast_function):
index 1583e7065490e522ed07ba0b75dabe83e21279fc..f31943a5118654927de92ab04e0e81c5664bb648 100644 (file)
@@ -241,7 +241,7 @@ along with GCC; see the file COPYING3.  If not see
 
 /* -fsanitize=address is currently only supported for 32-bit.  */
 #define ASAN_REJECT_SPEC \
-  DEF_ARCH64_SPEC("%e:-fsanitize=address is not supported in this configuration")
+  DEF_ARCH64_SPEC("%e-fsanitize=address is not supported in this configuration")
 
 #undef NO_PROFILE_COUNTERS
 
index ed9e49b533cfb79b3c4918fb02f632bea7d999b4..f308be4e0903b453fb2f11d39d5a128118ff080d 100644 (file)
@@ -260,9 +260,9 @@ along with GCC; see the file COPYING3.  If not see
 
 /* Error out on -fsanitize=thread|leak.  */
 #define LIBTSAN_EARLY_SPEC "\
-  %e:-fsanitize=thread is not supported in this configuration"
+  %e-fsanitize=thread is not supported in this configuration"
 #define LIBLSAN_EARLY_SPEC "\
-  %e:-fsanitize=leak is not supported in this configuration"
+  %e-fsanitize=leak is not supported in this configuration"
 
 /* We don't use the standard svr4 STARTFILE_SPEC because it's wrong for us.  */
 #undef STARTFILE_SPEC