* 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 462b8dd1c005622bdaa9923dfc6d2034116104be..5acaaf577be560f2b0e22cafce5cf95cb43d1c7e 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 88685407eba0ffed37a919e19f6c59fb681b3191..baa22415af8d8683ef4304178ef1514897143112 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);