OSDN Git Service

PR middle-end/43391
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index c89990b..d4f4488 100644 (file)
@@ -1,3 +1,18 @@
+2010-03-27  Jan Hubicka  <jh@suse.cz>
+
+       PR middle-end/43391
+       * varasm.c (make_decl_rtl): Deal with COMMON flag to make
+       notice_global_symbol work.
+
+2010-03-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
+       instead of dwarf2out_decl.
+       (struct var_loc_node): Remove section_label field.
+       (dwarf2out_function_decl): New function.
+       (dwarf2out_var_location): Don't set section_label field.
+       (dwarf2out_begin_function): Don't empty decl_loc_table here.
+
 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        PR tree-optimization/43544