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

From-SVN: r47407
This commit is contained in:
Jan Hubicka 2001-11-28 10:16:40 +00:00
parent db4a825457
commit d2c35e6748
1 changed files with 4 additions and 1 deletions

View File

@ -4225,7 +4225,10 @@ output_addressed_constants (exp)
|| TREE_CODE (tem) == CONSTRUCTOR)
output_constant_def (tem, 0);
reloc = 1;
if (TREE_PUBLIC (tem))
reloc |= 2;
else
reloc |= 1;
break;
case PLUS_EXPR: