diff options
-rw-r--r-- | gdb/dwarf2/macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/macro.c b/gdb/dwarf2/macro.c index 2ecebe6..bf687da 100644 --- a/gdb/dwarf2/macro.c +++ b/gdb/dwarf2/macro.c @@ -330,7 +330,7 @@ skip_unknown_opcode (unsigned int opcode, if (opcode_definitions[opcode] == NULL) { - complaint (_("unrecognized DW_MACFINO opcode 0x%x"), + complaint (_("unrecognized DW_MACINFO or DW_MACRO opcode 0x%x"), opcode); return NULL; } |