aboutsummaryrefslogtreecommitdiff
path: root/gold/i386.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/i386.cc
parentac2d295e92564dbcd6b5eb088ef79c2e5f3888c8 (diff)
downloadfsf-binutils-gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.zip
fsf-binutils-gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.tar.gz
fsf-binutils-gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.tar.bz2
Remove extraneous newlines.
Diffstat (limited to 'gold/i386.cc')
-rw-r--r--gold/i386.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/i386.cc b/gold/i386.cc
index 837f5ab..81d02b9 100644
--- a/gold/i386.cc
+++ b/gold/i386.cc
@@ -779,7 +779,7 @@ Target_i386::Scan::local(const General_options&,
case elfcpp::R_386_TLS_DTPOFF32:
case elfcpp::R_386_TLS_TPOFF32:
case elfcpp::R_386_TLS_DESC:
- gold_error(_("%s: unexpected reloc %u in object file\n"),
+ gold_error(_("%s: unexpected reloc %u in object file"),
object->name().c_str(), r_type);
break;