Comments
Patch
===================================================================
@@ -907,6 +907,7 @@
DECL_IGNORED_P (decl) = 1;
DECL_INITIAL (decl) = decl;
TREE_READONLY (decl) = 1;
+ TREE_STATIC (decl) = TREE_STATIC(id);
if (TREE_PUBLIC (id))
{
@@ -915,8 +916,6 @@
if (USE_LINKONCE_INDIRECT)
DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN;
}
- else
- TREE_STATIC (decl) = 1;
sym_ref = gen_rtx_SYMBOL_REF (Pmode, sym);
assemble_variable (decl, 1, 1, 1);
===================================================================
@@ -1,3 +1,8 @@
+2012-06-01 Ahmad Sharif <asharif@google.com>
+
+ * gcc/dwarf2asm.c: (dw2_output_indirect_constant_1) copy the TREE_STATIC
+ attribute from id to decl.
+
2012-05-30 Dehao Chen <dehao@google.com>
* predict.c (predict_extra_loop_exit): New function to predict for