projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c1624
)
* dwarf2read.c (try_open_dwo_file): Don't call
author
Tom Tromey
<tromey@redhat.com>
Fri, 20 Jul 2012 16:12:44 +0000
(16:12 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Fri, 20 Jul 2012 16:12:44 +0000
(16:12 +0000)
gdb_bfd_stash_filename.
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 462b8dd1c005622bdaa9923dfc6d2034116104be..5acaaf577be560f2b0e22cafce5cf95cb43d1c7e 100644
(file)
--- 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 88685407eba0ffed37a919e19f6c59fb681b3191..baa22415af8d8683ef4304178ef1514897143112 100644
(file)
--- 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);