diff options
author | Tom Tromey <tromey@redhat.com> | 2012-07-20 16:12:44 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-07-20 16:12:44 +0000 |
commit | b81e1ee05cf1799f6e964c623d99811132a2ae16 (patch) | |
tree | 1200b79768c28dafe0a9d405bf68e3e26835796b /gdb | |
parent | 99c1624c134bd507f530399e9b670ffadb8e6fc7 (diff) | |
download | gdb-b81e1ee05cf1799f6e964c623d99811132a2ae16.zip gdb-b81e1ee05cf1799f6e964c623d99811132a2ae16.tar.gz gdb-b81e1ee05cf1799f6e964c623d99811132a2ae16.tar.bz2 |
* dwarf2read.c (try_open_dwo_file): Don't call
gdb_bfd_stash_filename.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/dwarf2read.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 462b8dd..5acaaf5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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) diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 8868540..baa2241 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -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); |