aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2009-02-28 22:34:23 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2009-02-28 21:34:23 +0000
commit261401301f185163dbca9103c8d62fe8f3cd84d6 (patch)
treea1b57e26048b1bb2efd2b164a77163315bcc41ca /gcc/cgraphunit.c
parent593b6421cddcc4adb3c4d905248430ffe485330a (diff)
downloadgcc-261401301f185163dbca9103c8d62fe8f3cd84d6.zip
gcc-261401301f185163dbca9103c8d62fe8f3cd84d6.tar.gz
gcc-261401301f185163dbca9103c8d62fe8f3cd84d6.tar.bz2
re PR debug/39267 (gdb testsuite regressions)
PR debug/39267 * cgraph.h (varpool_output_debug_info): Remove. * cgraphunit.c (varpool_output_debug_info): Remove. * dwarf2out.c (deferred_locations_struct): New struct (deferred_locations): New type. (deferred_locations_list): New static var. (deffer_location): New function. (gen_variable_die): Use it. (decls_for_scope): Output info on local static vars. (dwarf2out_finish): Process deferred locations. * varpool.c (varpool_output_debug_info): Remove. From-SVN: r144496
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 00a1bc2..07998d4 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -1313,7 +1313,6 @@ cgraph_optimize (void)
varpool_assemble_pending_decls ();
}
- varpool_output_debug_info ();
cgraph_process_new_functions ();
cgraph_state = CGRAPH_STATE_FINISHED;