[PATCH v2 0/2] rework dl-runtime: reloc_{offset,index}

Vineet Gupta Vineet.Gupta1@synopsys.com
Fri Jun 5 18:47:06 GMT 2020


On 6/1/20 3:18 PM, Vineet Gupta via Libc-alpha wrote:
> Vineet Gupta (2):
>   dl-runtime: reloc_{offset,index} now functions arch overide'able
>   ARC/dl-runtime helper macros
> 
>  elf/dl-runtime.c            | 28 +++++++++++++++----------
>  elf/dl-runtime.h            | 30 ++++++++++++++++++++++++++
>  sysdeps/arc/dl-runtime.h    | 42 +++++++++++++++++++++++++++++++++++++
>  sysdeps/hppa/dl-runtime.c   |  4 ----
>  sysdeps/hppa/dl-runtime.h   | 31 +++++++++++++++++++++++++++
>  sysdeps/x86_64/dl-runtime.c |  9 --------
>  sysdeps/x86_64/dl-runtime.h | 35 +++++++++++++++++++++++++++++++
>  7 files changed, 155 insertions(+), 24 deletions(-)
>  create mode 100644 elf/dl-runtime.h
>  create mode 100644 sysdeps/arc/dl-runtime.h
>  create mode 100644 sysdeps/hppa/dl-runtime.h
>  delete mode 100644 sysdeps/x86_64/dl-runtime.c
>  create mode 100644 sysdeps/x86_64/dl-runtime.h

Apologies for eager ping on this but this is in the way of respin/repost of ARC port.

Thx,
-Vineet


More information about the Libc-alpha mailing list