summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-26 00:50:11 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-26 00:50:11 +0000
commit5d3a7a30ff7cf03c615800e727977064ef32d2aa (patch)
tree03b7ce64791084ac9a427ad201fbce1b913bd566 /gcc/gcc.c
parent223dc86b918904a2383bf27cc34649e43ef78541 (diff)
downloadgcc-5d3a7a30ff7cf03c615800e727977064ef32d2aa.tar.gz
2011-10-25 Paolo Carlini <paolo.carlini@oracle.com>
PR translation/46617 * gcc.c (main): Fix fatal_error string for translation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180466 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 3bfdf77b401..0fd4edda28f 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -6851,7 +6851,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
LTOPLUGINSONAME, R_OK,
false);
if (!linker_plugin_file_spec)
- fatal_error ("-fuse-linker-plugin, but " LTOPLUGINSONAME " not found");
+ fatal_error ("-fuse-linker-plugin, but %s not found", LTOPLUGINSONAME);
}
#endif
lto_gcc_spec = argv[0];