void
do_gold_unreachable(const char* filename, int lineno, const char* function)
{
- fprintf(stderr, "%s: internal error in %s, at %s:%d\n",
+ fprintf(stderr, _("%s: internal error in %s, at %s:%d\n"),
program_name, function, filename, lineno);
gold_exit(false);
}
this->target_ = target;
else if (this->target_ != target)
{
- fprintf(stderr, "%s: %s: incompatible target\n",
+ fprintf(stderr, _("%s: %s: incompatible target\n"),
program_name, obj->name().c_str());
gold_exit(false);
}
{
case DEF * 16 + DEF:
// Two definitions of the same symbol.
- fprintf(stderr, "%s: multiple definition of %s\n",
+ fprintf(stderr, _("%s: multiple definition of %s\n"),
program_name, to->name());
// FIXME: Report locations. Record that we have seen an error.
return false;