Re: [PATCH 10/21] ARC: Linux Startup and Dynamic Loading

2018-12-19 Thread Vineet Gupta
On 12/18/18 3:49 PM, Joseph Myers wrote: > On Tue, 18 Dec 2018, Vineet Gupta wrote: > >> diff --git a/sysdeps/unix/sysv/linux/arc/ldconfig.h >> b/sysdeps/unix/sysv/linux/arc/ldconfig.h > > This header should only be needed if you support multiple ABIs > simultaneously on the same system; note mo

Re: [PATCH 10/21] ARC: Linux Startup and Dynamic Loading

2018-12-18 Thread Joseph Myers
On Tue, 18 Dec 2018, Vineet Gupta wrote: > diff --git a/sysdeps/unix/sysv/linux/arc/ldconfig.h > b/sysdeps/unix/sysv/linux/arc/ldconfig.h This header should only be needed if you support multiple ABIs simultaneously on the same system; note most architectures don't have it. Maybe it will be r

[PATCH 10/21] ARC: Linux Startup and Dynamic Loading

2018-12-18 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- ChangeLog | 3 ++ sysdeps/unix/sysv/linux/arc/dl-static.c | 84 + sysdeps/unix/sysv/linux/arc/ldconfig.h | 25 ++ sysdeps/unix/sysv/linux/arc/ldsodefs.h | 32 + 4 files changed, 14