From: Jim Wilson Date: Fri, 1 Mar 1996 01:41:00 +0000 (-0800) Subject: (dbxout_type, case METHOD_TYPE): Add CHARS (1) call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d0793d589387cc8c33c6a16dd6b33e8c70ca22e;p=gcc.git (dbxout_type, case METHOD_TYPE): Add CHARS (1) call after emitting second '#' character. From-SVN: r11390 --- diff --git a/gcc/dbxout.c b/gcc/dbxout.c index cb06b167e58..17c56877292 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -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);