gdb: Rename structures within ctfread.c
[deliverable/binutils-gdb.git] / gdb / ada-exp.y
index c8a7b9c9c752885619164d2f857199eaca73eb05..160e64bc05be5a6d3f44e49e5ff75decaca81794 100644 (file)
@@ -816,7 +816,7 @@ write_object_renaming (struct parser_state *par_state,
                          renamed_entity_len);
   ada_lookup_encoded_symbol (name, orig_left_context, VAR_DOMAIN, &sym_info);
   if (sym_info.symbol == NULL)
-    error (_("Could not find renamed variable: %s"), ada_decode (name));
+    error (_("Could not find renamed variable: %s"), ada_decode (name).c_str ());
   else if (SYMBOL_CLASS (sym_info.symbol) == LOC_TYPEDEF)
     /* We have a renaming of an old-style renaming symbol.  Don't
        trust the block information.  */
This page took 0.026456 seconds and 4 git commands to generate.