* dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.

This commit is contained in:
Tom Tromey 2012-12-11 19:50:53 +00:00
parent 735522c243
commit 8d2cc612e5
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -2112,6 +2112,7 @@ dwarf2_get_dwz_file (void)
do_cleanups (cleanup);
dwarf2_per_objfile->dwz_file = result;
return result;
}