* dwarf2read.c (try_open_dwo_file): Don't call

gdb_bfd_stash_filename.
This commit is contained in:
Tom Tromey 2012-07-20 16:12:44 +00:00
parent 99c1624c13
commit b81e1ee05c
2 changed files with 5 additions and 1 deletions

View 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)

View 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);