On 4/17/20 3:37 PM, Joseph Myers wrote:
> On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote:
>
>> +#define reloc_index \
>> +({ \
>> + unsigned long int plt0 = D_PTR (l, l_info[DT_PLTGOT]);\
>
On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote:
> +#define reloc_index \
> +({ \
> + unsigned long int plt0 = D_PTR (l, l_info[DT_PLTGOT]); \
> + unsigned long int pltn = reloc_arg;
This code deals with the ARC ABI.
Signed-off-by: Vineet Gupta
---
sysdeps/arc/__longjmp.S | 50 ++
sysdeps/arc/abort-instr.h | 2 +
sysdeps/arc/bits/endianness.h | 15 +++
sysdeps/arc/bits/setjmp.h | 26
sysdeps/arc/bsd-_setjmp.S | 1 +
sy