On 6/4/20 10:05 AM, Adhemerval Zanella via Libc-alpha wrote:
>> We inhibit small data explicitly which by default kicks in.
>
> Ok, is it some limitation for loader bootstrap or something else?
No, the gcc driver defaults to using small data which is too small (no pun
intended) for glibc needs.
On 04/06/2020 12:25, Vineet Gupta wrote:
> On 6/3/20 12:58 PM, Adhemerval Zanella via Libc-alpha wrote:
>>
>>>
>>> diff --git a/config.h.in b/config.h.in
>>> index dea43df438f6..08962dfed075 100644
>>> --- a/config.h.in
>>> +++ b/config.h.in
>>> @@ -109,6 +109,9 @@
>>> /* AArch64 big endian ABI
On 6/3/20 12:58 PM, Adhemerval Zanella via Libc-alpha wrote:
>
>>
>> diff --git a/config.h.in b/config.h.in
>> index dea43df438f6..08962dfed075 100644
>> --- a/config.h.in
>> +++ b/config.h.in
>> @@ -109,6 +109,9 @@
>> /* AArch64 big endian ABI */
>> #undef HAVE_AARCH64_BE
>>
>> +/* ARC big en
On 22/04/2020 22:41, Vineet Gupta via Libc-alpha wrote:
> Signed-off-by: Vineet Gupta
Some comments below.
> ---
> config.h.in| 3 +
> sysdeps/arc/Implies| 3 +
> sysdeps/arc/Makefile | 21 +++
> sysdeps/arc/V
Signed-off-by: Vineet Gupta
---
config.h.in| 3 +
sysdeps/arc/Implies| 3 +
sysdeps/arc/Makefile | 21 +++
sysdeps/arc/Versions | 8 +
sysdeps/arc/configure | 182 ++