projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f2446
)
Remove extraneous newline.
author
Ian Lance Taylor
<iant@google.com>
Sun, 14 Oct 2007 06:54:56 +0000
(06:54 +0000)
committer
Ian Lance Taylor
<iant@google.com>
Sun, 14 Oct 2007 06:54:56 +0000
(06:54 +0000)
gold/resolve.cc
patch
|
blob
|
history
diff --git
a/gold/resolve.cc
b/gold/resolve.cc
index d5167d934ab35660b0d307db1ed89fdc697d0f08..54529d1e93ada598bf1859ab839fcf2553611bcd 100644
(file)
--- 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: