aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2009-03-01 10:51:28 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-03-01 10:51:28 +0000
commit625d32515767fcb3c878bf7e7cf007a6fd479302 (patch)
tree19e173c362f0bc0ac83f7fd709f03e5c94928bf1 /gcc
parenta0daa400e479c540dd4de68c0e2954864a9a4183 (diff)
downloadgcc-625d32515767fcb3c878bf7e7cf007a6fd479302.zip
gcc-625d32515767fcb3c878bf7e7cf007a6fd479302.tar.gz
gcc-625d32515767fcb3c878bf7e7cf007a6fd479302.tar.bz2
Move entry
From-SVN: r144513
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog14
-rw-r--r--gcc/testsuite/ChangeLog14
2 files changed, 14 insertions, 14 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4bf1384..1db21e5 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 <jh@suse.cz>
+
+ 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 <hongjiu.lu@intel.com>
PR rtl-optimization/39241
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1793202..d86d2d5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,17 +1,3 @@
-2009-02-26 Jan Hubicka <jh@suse.cz>
-
- 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 <hongjiu.lu@intel.com>
PR c++/37789