2011-09-02 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / machoread.c
index e1c03fdc8ecf1e7a901d1c0bf1bc96f32792e62f..a454cd420ab34bce594918ed28aa697f2576a6e5 100644 (file)
@@ -745,9 +745,6 @@ macho_symfile_read (struct objfile *objfile, int symfile_flags)
       dwarf2_build_psymtabs (objfile);
     }
 
-  /* Do not try to read .eh_frame/.debug_frame as they are not relocated
-     and dwarf2_build_frame_info cannot deal with unrelocated sections.  */
-
   /* Then the oso.  */
   if (oso_vector != NULL)
     macho_symfile_read_all_oso (objfile, symfile_flags);
This page took 0.023784 seconds and 4 git commands to generate.