* xcoffread.c (xcoff_start_psymtab): Update.
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 975ce75aab5588ad419dffefc34127787b394f9d..11f1a91da17faa82a8de90f0ff9adedcde9bfedf 100644 (file)
@@ -1951,7 +1951,7 @@ process_psymtab_comp_unit (struct objfile *objfile,
   if (attr != NULL)
     pst->dirname = DW_STRING (attr);
 
-  pst->read_symtab_private = (char *) this_cu;
+  pst->read_symtab_private = this_cu;
 
   baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
 
@@ -3055,7 +3055,7 @@ psymtab_to_symtab_1 (struct partial_symtab *pst)
         psymtab_to_symtab_1 (pst->dependencies[i]);
       }
 
-  per_cu = (struct dwarf2_per_cu_data *) pst->read_symtab_private;
+  per_cu = pst->read_symtab_private;
 
   if (per_cu == NULL)
     {
This page took 0.02633 seconds and 4 git commands to generate.