Re: [PATCH v3 00/17] glibc port to ARC processors

2020-03-23 Thread Vineet Gupta
Hi Joseph, On 3/12/20 2:46 PM, Joseph Myers wrote: >> Are you waiting for me to fold the 64-bit time stuff and a respin for a >> more in depth review of the patchset. I appreciate you have a zillion >> other things backed up on your todo list :-) > > The patch series definitely needs revision fo

Re: [PATCH v3 00/17] glibc port to ARC processors

2020-03-12 Thread Joseph Myers
On Thu, 12 Mar 2020, Vineet Gupta wrote: > Hi Joseph, > > On 3/6/20 5:10 PM, Joseph Myers wrote: > > On Sat, 7 Mar 2020, Vineet Gupta wrote: > > > >> On 3/6/20 4:21 PM, Joseph Myers wrote: > >>> Please give details of what the entries would be for > >>>

Re: [PATCH v3 00/17] glibc port to ARC processors

2020-03-12 Thread Vineet Gupta
Hi Joseph, On 3/6/20 5:10 PM, Joseph Myers wrote: > On Sat, 7 Mar 2020, Vineet Gupta wrote: > >> On 3/6/20 4:21 PM, Joseph Myers wrote: >>> Please give details of what the entries would be for >>> and >> ARC >>* 32-bit, hard-float, LE: /lib/ld-lin

Re: [PATCH v3 00/17] glibc port to ARC processors

2020-03-06 Thread Joseph Myers
On Sat, 7 Mar 2020, Vineet Gupta wrote: > On 3/6/20 4:21 PM, Joseph Myers wrote: > > Please give details of what the entries would be for > > and > > ARC >* 32-bit, hard-float, LE: /lib/ld-linux-arc.so.2 >* 32-bit, soft-float, LE: /lib/ld-linu

Re: [PATCH v3 00/17] glibc port to ARC processors

2020-03-06 Thread Vineet Gupta
On 3/6/20 4:21 PM, Joseph Myers wrote: > Please give details of what the entries would be for > and ARC * 32-bit, hard-float, LE: /lib/ld-linux-arc.so.2 * 32-bit, soft-float, LE: /lib/ld-linux-arc.so.2 (soft-float ABI is compatible with hardware

Re: [PATCH v3 00/17] glibc port to ARC processors

2020-03-06 Thread Joseph Myers
Please give details of what the entries would be for and for this port that you intend to add once the port is in. -- Joseph S. Myers jos...@codesourcery.com

[PATCH v3 00/17] glibc port to ARC processors

2020-03-06 Thread Vineet Gupta
Hi, This patchset implements glibc port to ARC HS48x processor from Synopsys. It is based on 64-time time and offset work by Alistair and others. Thank you guys for all the hard-work. Code - g...@github.com:foss-for-synopsys-dwc-arc-processors/glibc.git #arc-glibc-next-64-bit-time Change