(dbxout_type, case METHOD_TYPE): Add CHARS (1) call
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Mar 1996 01:41:00 +0000 (17:41 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Mar 1996 01:41:00 +0000 (17:41 -0800)
after emitting second '#' character.

From-SVN: r11390

gcc/dbxout.c

index cb06b167e580161870fbfd0465b8efc27f8102b3..17c5687729250c55f3c71d0e619f1d12aa782a0b 100644 (file)
@@ -1510,6 +1510,7 @@ dbxout_type (type, full, show_arg_types)
              /* Normally, just output the return type.
                 The argument types are encoded in the method name.  */
              putc ('#', asmfile);
+             CHARS (1);
              dbxout_type (TREE_TYPE (type), 0, 0);
              putc (';', asmfile);
              CHARS (1);