* dwarf2read.c (try_open_dwo_file): Don't call
authorTom Tromey <tromey@redhat.com>
Fri, 20 Jul 2012 16:12:44 +0000 (16:12 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 20 Jul 2012 16:12:44 +0000 (16:12 +0000)
gdb_bfd_stash_filename.

gdb/ChangeLog
gdb/dwarf2read.c

index 462b8dd..5acaaf5 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-20  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (try_open_dwo_file): Don't call
+       gdb_bfd_stash_filename.
+
 2012-07-20  Pedro Alves  <palves@redhat.com>
 
        * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
index 8868540..baa2241 100644 (file)
@@ -8278,7 +8278,6 @@ try_open_dwo_file (const char *file_name)
       xfree (absolute_name);
       return NULL;
     }
-  gdb_bfd_stash_filename (sym_bfd);
   xfree (absolute_name);
   bfd_set_cacheable (sym_bfd, 1);