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:
735522c
)
* dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
author
Tom Tromey
<tromey@redhat.com>
Tue, 11 Dec 2012 19:50:53 +0000
(19:50 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Tue, 11 Dec 2012 19:50:53 +0000
(19:50 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 3b4e0314397bf216d85b74cac9849e646f5f85b2..7b58f006ab17d9a19df435855a2d297b6b4992b6 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2012-12-11 Tom Tromey <tromey@redhat.com>
+
+ * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
+
2012-12-11 Tom Tromey <tromey@redhat.com>
* dsrec.c (report_transfer_performance): Don't declare.
diff --git
a/gdb/dwarf2read.c
b/gdb/dwarf2read.c
index b0f90ffa48a37b48ddb227878ca7d5b9f3460cf7..e469959db128708ccd517b627af6b953887ea03a 100644
(file)
--- a/
gdb/dwarf2read.c
+++ b/
gdb/dwarf2read.c
@@
-2112,6
+2112,7
@@
dwarf2_get_dwz_file (void)
do_cleanups (cleanup);
+ dwarf2_per_objfile->dwz_file = result;
return result;
}
\f