Commit 3d0793d5 by Jim Wilson

(dbxout_type, case METHOD_TYPE): Add CHARS (1) call

after emitting second '#' character.

From-SVN: r11390
parent 698cdd84
...@@ -1510,6 +1510,7 @@ dbxout_type (type, full, show_arg_types) ...@@ -1510,6 +1510,7 @@ dbxout_type (type, full, show_arg_types)
/* Normally, just output the return type. /* Normally, just output the return type.
The argument types are encoded in the method name. */ The argument types are encoded in the method name. */
putc ('#', asmfile); putc ('#', asmfile);
CHARS (1);
dbxout_type (TREE_TYPE (type), 0, 0); dbxout_type (TREE_TYPE (type), 0, 0);
putc (';', asmfile); putc (';', asmfile);
CHARS (1); CHARS (1);
......
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