Commit d2c35e67 by Jan Hubicka

Add missing hunk, due to reject I've missed in my previous commit.

From-SVN: r47407
parent db4a8254
...@@ -4225,7 +4225,10 @@ output_addressed_constants (exp) ...@@ -4225,7 +4225,10 @@ output_addressed_constants (exp)
|| TREE_CODE (tem) == CONSTRUCTOR) || TREE_CODE (tem) == CONSTRUCTOR)
output_constant_def (tem, 0); output_constant_def (tem, 0);
reloc = 1; if (TREE_PUBLIC (tem))
reloc |= 2;
else
reloc |= 1;
break; break;
case PLUS_EXPR: case PLUS_EXPR:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment