From: Eric Botcazou Date: Sun, 1 Mar 2009 10:51:28 +0000 (+0000) Subject: Move entry X-Git-Tag: releases/gcc-4.4.0~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625d32515767fcb3c878bf7e7cf007a6fd479302;p=thirdparty%2Fgcc.git Move entry From-SVN: r144513 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4bf1384d6da1..1db21e564a63 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -79,6 +79,20 @@ * config/alpha/alpha.h (alpha_expand_mov): Return false if force_const_mem returns NULL_RTX. +2009-02-26 Jan Hubicka + + 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. + 2009-02-25 H.J. Lu PR rtl-optimization/39241 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1793202de412..d86d2d56fd3f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,17 +1,3 @@ -2009-02-26 Jan Hubicka - - 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. - 2009-02-26 H.J. Lu PR c++/37789