aboutsummaryrefslogtreecommitdiff
path: root/gold/script.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-14 06:57:58 +0000
committerIan Lance Taylor <iant@google.com>2007-10-14 06:57:58 +0000
commita0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5 (patch)
treeb624f0ef3d827cd4e22a2148ad0483118ba58957 /gold/script.cc
parentac2d295e92564dbcd6b5eb088ef79c2e5f3888c8 (diff)
downloadgdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.zip
gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.tar.gz
gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.tar.bz2
Remove extraneous newlines.
Diffstat (limited to 'gold/script.cc')
-rw-r--r--gold/script.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/script.cc b/gold/script.cc
index b672385..2cea0c8 100644
--- a/gold/script.cc
+++ b/gold/script.cc
@@ -1166,7 +1166,7 @@ yyerror(void* closurev, const char* message)
{
Parser_closure* closure = static_cast<Parser_closure*>(closurev);
- gold_error(_("%s: %s\n"), closure->filename(), message);
+ gold_error(_("%s: %s"), closure->filename(), message);
}
// Called by the bison parser to add a file to the link.