Remove DW_ADDR
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index f68f4efdafac8bc99ae0b6b8ac90e228c94c9f8e..480b67b0e86ff64ded3ab6cf574e587ff184c2f1 100644 (file)
@@ -786,7 +786,7 @@ parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend,
       /* All functions in C++ have prototypes.  For C we don't have enough
          information in the debug info.  */
       if (s->language () == language_cplus)
-       TYPE_PROTOTYPED (SYMBOL_TYPE (s)) = 1;
+       SYMBOL_TYPE (s)->set_is_prototyped (true);
 
       /* Create and enter a new lexical context.  */
       b = new_block (FUNCTION_BLOCK, s->language ());
This page took 0.022995 seconds and 4 git commands to generate.