* dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
This commit is contained in:
parent
735522c243
commit
8d2cc612e5
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
2012-12-11 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* dsrec.c (report_transfer_performance): Don't declare.
|
* dsrec.c (report_transfer_performance): Don't declare.
|
||||||
|
|
|
@ -2112,6 +2112,7 @@ dwarf2_get_dwz_file (void)
|
||||||
|
|
||||||
do_cleanups (cleanup);
|
do_cleanups (cleanup);
|
||||||
|
|
||||||
|
dwarf2_per_objfile->dwz_file = result;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue