Index: hpread.c =================================================================== RCS file: /cvs/src/src/gdb/hpread.c,v retrieving revision 1.29 diff -c -3 -p -r1.29 hpread.c *** hpread.c 10 Jan 2003 15:39:10 -0000 1.29 --- hpread.c 11 Jan 2003 02:09:08 -0000 *************** struct hpread_symfile_info *** 99,105 **** else if (((unsigned)(SYM)->dsfile.name) >= VT_SIZE (OBJFILE)) \ { \ complaint (&symfile_complaints, "bad string table offset in symbol %d", \ ! (char *) symnum); \ *NAMEP = ""; \ } \ else \ --- 99,105 ---- else if (((unsigned)(SYM)->dsfile.name) >= VT_SIZE (OBJFILE)) \ { \ complaint (&symfile_complaints, "bad string table offset in symbol %d", \ ! symnum); \ *NAMEP = ""; \ } \ else \ *************** hpread_process_one_debug_symbol (union d *** 5233,5239 **** /* Stack must be empty now. */ if (context_stack_depth != 0) ! lbrac_unmatched_complaint ((char *) symnum); new = push_context (0, valu); /* Built a type for the function. This includes processing --- 5233,5239 ---- /* Stack must be empty now. */ if (context_stack_depth != 0) ! lbrac_unmatched_complaint (symnum); new = push_context (0, valu); /* Built a type for the function. This includes processing *************** hpread_process_one_debug_symbol (union d *** 5356,5362 **** CURRENT_FUNCTION_VALUE (objfile) = valu; /* Stack must be empty now. */ if (context_stack_depth != 0) ! lbrac_unmatched_complaint ((char *) symnum); new = push_context (0, valu); /* Built a type for the function. This includes processing --- 5356,5362 ---- CURRENT_FUNCTION_VALUE (objfile) = valu; /* Stack must be empty now. */ if (context_stack_depth != 0) ! lbrac_unmatched_complaint (symnum); new = push_context (0, valu); /* Built a type for the function. This includes processing *************** hpread_process_one_debug_symbol (union d *** 5584,5590 **** new = pop_context (); desc = dn_bufp->dend.beginscope.dnttp.index; if (desc != new->depth) ! lbrac_mismatch_complaint ((char *) symnum); /* Make a block for the local symbols within. */ finish_block (new->name, &local_symbols, new->old_blocks, --- 5584,5590 ---- new = pop_context (); desc = dn_bufp->dend.beginscope.dnttp.index; if (desc != new->depth) ! lbrac_mismatch_complaint (symnum); /* Make a block for the local symbols within. */ finish_block (new->name, &local_symbols, new->old_blocks,