mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 09:58:33 +08:00
* dwarf2loc.c (unimplemented): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2011-02-16 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* dwarf2loc.c (unimplemented): Fix typo.
|
||||
|
||||
2011-02-16 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* dwarf2loc.c (unimplemented): Handle unnamed opcodes.
|
||||
|
@ -1340,7 +1340,8 @@ unimplemented (unsigned int op)
|
||||
error (_("DWARF operator %s cannot be translated to an agent expression"),
|
||||
name);
|
||||
else
|
||||
error (_("Unknown DWARF operator 0x%02x cannot be to an agent expression"),
|
||||
error (_("Unknown DWARF operator 0x%02x cannot be translated "
|
||||
"to an agent expression"),
|
||||
op);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user