From 182056932a47e64d227af000baa8481a0c605e5d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 8 Nov 1993 22:57:28 +0000 Subject: [PATCH] (sdbout_init) [RMS_QUICK_HACK_1]: Call sdbout_symbol for __vtbl_ptr_type. From-SVN: r6040 --- gcc/sdbout.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 3c0b519def7..25b800916b4 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -285,6 +285,14 @@ sdbout_init (asm_file, input_file_name, syms) char *input_file_name; tree syms; { +#ifdef RMS_QUICK_HACK_1 + tree t; + for (t = syms; t; t = TREE_CHAIN (t)) + if (DECL_NAME (t) && IDENTIFIER_POINTER (DECL_NAME (t)) != 0 + && !strcmp (IDENTIFIER_POINTER (DECL_NAME (t)), "__vtbl_ptr_type")) + sdbout_symbol (t, 0); +#endif + #if 0 /* Nothing need be output for the predefined types. */ /* Get all permanent types that have typedef names, and output them all, except for those already output. */ -- 2.30.2