On 07/22/2015 07:01 AM, Szabolcs Nagy wrote:
2015-07-22 Szabolcs Nagy
PR target/66912
* varasm.c (default_binds_local_p_2): Turn on extern_protected_data.
gcc/testsuite/ChangeLog:
2015-07-22 Szabolcs Nagy
PR target/66912
* gcc.target/aarch64/pr66912.c: New.
On 14/10/15 10:55, Szabolcs Nagy wrote:
On 30/09/15 20:23, Andreas Krebbel wrote:
On 09/30/2015 06:21 PM, Szabolcs Nagy wrote:
On 30/09/15 14:47, Bernd Schmidt wrote:
On 09/17/2015 11:15 AM, Szabolcs Nagy wrote:
ping 2.
this patch is needed for working visibility ("protected")
attribute for
On 30/09/15 20:23, Andreas Krebbel wrote:
On 09/30/2015 06:21 PM, Szabolcs Nagy wrote:
On 30/09/15 14:47, Bernd Schmidt wrote:
On 09/17/2015 11:15 AM, Szabolcs Nagy wrote:
ping 2.
this patch is needed for working visibility ("protected")
attribute for extern data on targets using default_bind
On 09/30/2015 06:21 PM, Szabolcs Nagy wrote:
> On 30/09/15 14:47, Bernd Schmidt wrote:
>> On 09/17/2015 11:15 AM, Szabolcs Nagy wrote:
>>> ping 2.
>>>
>>> this patch is needed for working visibility ("protected")
>>> attribute for extern data on targets using default_binds_local_p_2.
>>> https://gc
On 30/09/15 14:47, Bernd Schmidt wrote:
On 09/17/2015 11:15 AM, Szabolcs Nagy wrote:
ping 2.
this patch is needed for working visibility ("protected")
attribute for extern data on targets using default_binds_local_p_2.
https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01871.html
I hesitate to rev
On 09/17/2015 11:15 AM, Szabolcs Nagy wrote:
ping 2.
this patch is needed for working visibility ("protected")
attribute for extern data on targets using default_binds_local_p_2.
https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01871.html
I hesitate to review this one since I don't think I unders
ping 2.
this patch is needed for working visibility ("protected")
attribute for extern data on targets using default_binds_local_p_2.
https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01871.html
On 10/08/15 12:04, Szabolcs Nagy wrote:
ping.
On 22/07/15 18:01, Szabolcs Nagy wrote:
The commit
http
ping.
On 22/07/15 18:01, Szabolcs Nagy wrote:
The commit
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=222184
changed a true to false in varasm.c:
bool
default_binds_local_p_2 (const_tree exp)
{
- return default_binds_local_p_3 (exp, flag_shlib != 0, true, true);
+ return defa
The commit
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=222184
changed a true to false in varasm.c:
bool
default_binds_local_p_2 (const_tree exp)
{
- return default_binds_local_p_3 (exp, flag_shlib != 0, true, true);
+ return default_binds_local_p_3 (exp, flag_shlib != 0, true, fals