Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 724614
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
missing. From patch by Jeremie Courreges-Anglas.
missing. From patch by Jeremie Courreges-Anglas.
1
-- a/gdb/symfile.c
1
++ b/gdb/symfile.c
Lines 878-884 struct symfile_segment_data * Link Here
878
	}
878
	}
879
879
880
      if (!found)
880
      if (!found)
881
	ei->the_bfd_section_index = SECT_OFF_TEXT (objfile);
881
	{
882
	  if (objfile->sect_index_text == -1)
883
	    ei->entry_point_p = 0;
884
	  else
885
	    ei->the_bfd_section_index = objfile->sect_index_text;	
886
	}
882
    }
887
    }
883
}
888
}
884
889
885
- 

Return to bug 724614