Re: [PATCH v5 01/14] ARC: ABI Implementation
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]);\ >
Re: [PATCH v5 01/14] ARC: ABI Implementation
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;