diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-04-09 12:27:14 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-04-09 12:27:14 +0200 |
commit | 765f8786cf6e22aa6309f321f0afd8e7dc79b4bb (patch) | |
tree | 49fbbf921446f9e392cf888489313b62ac56f92d /gcc/config/riscv/freebsd.h | |
parent | a73468e8c724fa76eccdf33835e9705a37e21381 (diff) | |
download | gcc-765f8786cf6e22aa6309f321f0afd8e7dc79b4bb.tar.gz |
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/riscv/freebsd.h')
-rw-r--r-- | gcc/config/riscv/freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/riscv/freebsd.h b/gcc/config/riscv/freebsd.h index 4e7e7ff5fc1..13d04ccbb47 100644 --- a/gcc/config/riscv/freebsd.h +++ b/gcc/config/riscv/freebsd.h @@ -41,7 +41,7 @@ along with GCC; see the file COPYING3. If not see #undef LINK_SPEC #define LINK_SPEC " \ -melf" XLEN_SPEC "lriscv \ - %{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*}} \ |