aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/freebsd.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2019-04-09 12:27:14 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2019-04-09 12:27:14 +0200
commit765f8786cf6e22aa6309f321f0afd8e7dc79b4bb (patch)
tree49fbbf921446f9e392cf888489313b62ac56f92d /gcc/config/arm/freebsd.h
parenta73468e8c724fa76eccdf33835e9705a37e21381 (diff)
downloadgcc-765f8786cf6e22aa6309f321f0afd8e7dc79b4bb.zip
gcc-765f8786cf6e22aa6309f321f0afd8e7dc79b4bb.tar.gz
gcc-765f8786cf6e22aa6309f321f0afd8e7dc79b4bb.tar.bz2
re PR translation/90011 (trailing space in diagnostic)
PR translation/90011 * ipa-devirt.c (compare_virtual_tables): Remove two trailing spaces from diagnostics. * config/arm/freebsd.h (LINK_SPEC): Remove trailing space from -p diagnostics. * config/riscv/freebsd.h (LINK_SPEC): Likewise. * config/aarch64/aarch64-freebsd.h (FBSD_TARGET_LINK_SPEC): Likewise. * config/darwin.h (DRIVER_SELF_SPECS, ASM_FINAL_SPEC): Remove trailing space from -gsplit-dwarf diagnostics. From-SVN: r270225
Diffstat (limited to 'gcc/config/arm/freebsd.h')
-rw-r--r--gcc/config/arm/freebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/freebsd.h b/gcc/config/arm/freebsd.h
index 5d629cb..ed8d406 100644
--- a/gcc/config/arm/freebsd.h
+++ b/gcc/config/arm/freebsd.h
@@ -46,7 +46,7 @@
#undef LINK_SPEC
#define LINK_SPEC " \
- %{p:%nconsider using `-pg' instead of `-p' with gprof (1) } \
+ %{p:%nconsider using `-pg' instead of `-p' with gprof (1)} \
%{v:-V} \
%{assert*} %{R*} %{rpath*} %{defsym*} \
%{shared:-Bshareable %{h*} %{soname*}} \