mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
Remove extraneous newline.
This commit is contained in:
@ -277,7 +277,7 @@ Symbol_table::should_override(const Symbol* to, unsigned int frombits,
|
|||||||
case DEF * 16 + DEF:
|
case DEF * 16 + DEF:
|
||||||
// Two definitions of the same symbol.
|
// Two definitions of the same symbol.
|
||||||
// FIXME: Report locations.
|
// FIXME: Report locations.
|
||||||
gold_error(_("multiple definition of %s\n"), to->name());
|
gold_error(_("multiple definition of %s"), to->name());
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
case WEAK_DEF * 16 + DEF:
|
case WEAK_DEF * 16 + DEF:
|
||||||
|
Reference in New Issue
Block a user