* linux-low.c (linux_wait_1): Avoid setting need_step_over is
[deliverable/binutils-gdb.git] / gdb / elfread.c
index e32a1a9b184ba58066dd02dcdea696b32af5ec8a..38b6208d28677002979732475c473f2ecd6eee8d 100644 (file)
@@ -696,7 +696,6 @@ find_separate_debug_file_by_buildid (struct objfile *objfile)
   char *debugfile = NULL;
   char *canon_name = NULL;
   bfd_size_type debuglink_size;
-  unsigned long crc32;
   int i;
   struct build_id *build_id;
 
@@ -886,10 +885,6 @@ elf_symfile_read (struct objfile *objfile, int symfile_flags)
       dwarf2_build_psymtabs (objfile);
     }
 
-  /* FIXME: kettenis/20030504: This still needs to be integrated with
-     dwarf2read.c in a better way.  */
-  dwarf2_build_frame_info (objfile);
-
   /* If the file has its own symbol tables it has no separate debug info.
      `.dynsym'/`.symtab' go to MSYMBOLS, `.debug_info' goes to SYMTABS/PSYMTABS.
      `.gnu_debuglink' may no longer be present with `.note.gnu.build-id'.  */
This page took 0.024036 seconds and 4 git commands to generate.