mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-15 20:05:46 +08:00
From Craig Silverstein: add some internationalization calls.
This commit is contained in:
@ -276,7 +276,7 @@ Symbol_table::should_override(const Symbol* to, unsigned int frombits,
|
||||
{
|
||||
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;
|
||||
|
Reference in New Issue
Block a user