Commit a63067c2 by Richard Stallman

(dbxout_symbol): Give name ` ' to unnamed enums.

From-SVN: r2709
parent fe0035ff
...@@ -1542,7 +1542,9 @@ dbxout_symbol (decl, local) ...@@ -1542,7 +1542,9 @@ dbxout_symbol (decl, local)
current_sym_addr = 0; current_sym_addr = 0;
current_sym_nchars = 2; current_sym_nchars = 2;
fprintf (asmfile, "%s \":T", ASM_STABS_OP); /* Some debuggers fail when given NULL names, so give this a
harmless name of ` '. */
fprintf (asmfile, "%s \" :T", ASM_STABS_OP);
dbxout_type (type, 1, 0); dbxout_type (type, 1, 0);
dbxout_finish_symbol (NULL_TREE); dbxout_finish_symbol (NULL_TREE);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment