Remove extraneous newline.
authorIan Lance Taylor <iant@google.com>
Sun, 14 Oct 2007 06:54:56 +0000 (06:54 +0000)
committerIan Lance Taylor <iant@google.com>
Sun, 14 Oct 2007 06:54:56 +0000 (06:54 +0000)
gold/resolve.cc

index d5167d9..54529d1 100644 (file)
@@ -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: