From 3d0793d589387cc8c33c6a16dd6b33e8c70ca22e Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 29 Feb 1996 17:41:00 -0800 Subject: [PATCH] (dbxout_type, case METHOD_TYPE): Add CHARS (1) call after emitting second '#' character. From-SVN: r11390 --- gcc/dbxout.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.30.2