remove comment in machoread.c (macho_symfile_read)
authorJoel Brobecker <brobecker@gnat.com>
Fri, 1 Jul 2011 18:36:45 +0000 (18:36 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 1 Jul 2011 18:36:45 +0000 (18:36 +0000)
Does not seem to be applicable to the current code anymore.

gdb/ChangeLog:

        * machoread.c (macho_symfile_read): Delete OBE comment.

gdb/ChangeLog
gdb/machoread.c

index 70e0841fa1062070ff258b066d6a35dd689b9450..f9837263085eb7106c2906057094eb063211952c 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * machoread.c (macho_symfile_read): Delete OBE comment.
+
 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
 
        * machoread.c (struct macho_oso_data): Delete.
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.028794 seconds and 4 git commands to generate.