Re: [PATCH] ARC: ldso: don't use _DYNAMIC@gotpc construct to refer to GOT

2017-01-09 Thread Vineet Gupta
On 01/09/2017 09:31 AM, Vineet Gupta wrote: > Historically we've used a special construct _DYNAMIC@gotpc to refer to > base address of GOT This has been done with a special hack in binutils > which tools guys now wish to get rid off. > > So rewrite the 2 callers of this construct to use the simpler

[PATCH] ARC: ldso: don't use _DYNAMIC@gotpc construct to refer to GOT

2017-01-09 Thread Vineet Gupta
Historically we've used a special construct _DYNAMIC@gotpc to refer to base address of GOT This has been done with a special hack in binutils which tools guys now wish to get rid off. So rewrite the 2 callers of this construct to use the simpler and more obvious constructs. There's existing _GLOBA