* varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
From-SVN: r206784
This commit is contained in:
parent
053eb1f31e
commit
cdafab3de6
@ -1,3 +1,7 @@
|
||||
2014-01-19 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
|
||||
|
||||
2014-01-19 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
|
||||
|
@ -4060,7 +4060,7 @@ compute_reloc_for_constant (tree exp)
|
||||
break;
|
||||
}
|
||||
|
||||
if (TREE_PUBLIC (tem))
|
||||
if (!targetm.binds_local_p (tem))
|
||||
reloc |= 2;
|
||||
else
|
||||
reloc |= 1;
|
||||
|
Loading…
Reference in New Issue
Block a user