From: Ian Lance Taylor Date: Sun, 14 Oct 2007 06:54:56 +0000 (+0000) Subject: Remove extraneous newline. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac2d295e92564dbcd6b5eb088ef79c2e5f3888c8;p=binutils-gdb.git Remove extraneous newline. --- diff --git a/gold/resolve.cc b/gold/resolve.cc index d5167d934ab..54529d1e93a 100644 --- a/gold/resolve.cc +++ b/gold/resolve.cc @@ -277,7 +277,7 @@ Symbol_table::should_override(const Symbol* to, unsigned int frombits, case DEF * 16 + DEF: // Two definitions of the same symbol. // FIXME: Report locations. - gold_error(_("multiple definition of %s\n"), to->name()); + gold_error(_("multiple definition of %s"), to->name()); return false; case WEAK_DEF * 16 + DEF: