Re: [PATCH 04/21] ARC: startup and dynamic linking code

2018-12-18 Thread Vineet Gupta
On 12/18/18 3:24 PM, Joseph Myers wrote: > On Tue, 18 Dec 2018, Vineet Gupta wrote: > >> +/* >> + * Dynamic Linking ABI for ARCv2 ISA >> + * > glibc does not use leading '*' on each line of a comment (needs fixing > throughout this file). OK ! ___ lin

Re: [PATCH 04/21] ARC: startup and dynamic linking code

2018-12-18 Thread Joseph Myers
On Tue, 18 Dec 2018, Vineet Gupta wrote: > +/* > + * Dynamic Linking ABI for ARCv2 ISA > + * glibc does not use leading '*' on each line of a comment (needs fixing throughout this file). -- Joseph S. Myers jos...@codesourcery.com ___ linux-snps-arc

[PATCH 04/21] ARC: startup and dynamic linking code

2018-12-18 Thread Vineet Gupta
Code for C runtime startup and dynamic loading including PLT layout. Signed-off-by: Vineet Gupta --- ChangeLog | 6 + sysdeps/arc/bits/link.h | 52 sysdeps/arc/dl-machine.h | 333 ++ sysdeps/arc/ldsodefs.h| 43 ++