diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-14 06:57:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-14 06:57:58 +0000 |
commit | a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5 (patch) | |
tree | b624f0ef3d827cd4e22a2148ad0483118ba58957 /gold/i386.cc | |
parent | ac2d295e92564dbcd6b5eb088ef79c2e5f3888c8 (diff) | |
download | gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.zip gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.tar.gz gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.tar.bz2 |
Remove extraneous newlines.
Diffstat (limited to 'gold/i386.cc')
-rw-r--r-- | gold/i386.cc | 2 |
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; |