Browse Source

Remove extraneous newline.

insight_6_8-branch
Ian Lance Taylor 19 years ago
parent
commit
ac2d295e92
  1. 2
      gold/resolve.cc

2
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:

Loading…
Cancel
Save