aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2019-05-20 11:22:40 +0000
committerRainer Orth <ro@gcc.gnu.org>2019-05-20 11:22:40 +0000
commit8d345a96a28af5aa1f407946c393b65d7a998887 (patch)
tree92d62274f0fe3143ea5a09e605d2e941c8055052 /gcc
parente5178b986a66848440fbb076287c5a0f87d86c6f (diff)
downloadgcc-8d345a96a28af5aa1f407946c393b65d7a998887.zip
gcc-8d345a96a28af5aa1f407946c393b65d7a998887.tar.gz
gcc-8d345a96a28af5aa1f407946c393b65d7a998887.tar.bz2
Fix %e in Solaris specs
* config/sol2.h (LIBTSAN_EARLY_SPEC): Remove : after %e. (LIBLSAN_EARLY_SPEC): Likewise. * config/i386/sol2.h (ASAN_REJECT_SPEC): Likewise. From-SVN: r271410
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/i386/sol2.h2
-rw-r--r--gcc/config/sol2.h4
3 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 237a1c1..2852bf4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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):
diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h
index 1583e70..f31943a 100644
--- a/gcc/config/i386/sol2.h
+++ b/gcc/config/i386/sol2.h
@@ -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
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h
index ed9e49b..f308be4 100644
--- a/gcc/config/sol2.h
+++ b/gcc/config/sol2.h
@@ -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