Re: glibc: nptl/tst-cancel17 and librt issue

2017-11-21 Thread Zack Weinberg
On Tue, Nov 21, 2017 at 4:25 PM, Vineet Gupta wrote: > Hi, > > I've been trying to run glibc test suite as part of prereq for ARC port > submission, running into some landmines. > > make subdirs=nptl check fails as librt.so fails to link due to missing > pthread symbols. The real librt built does

Re: [RFC 2/6] ARC: Fixed inline asm contraints to gcc 6.x

2017-06-27 Thread Zack Weinberg
On Tue, Jun 27, 2017 at 12:40 PM, Vineet Gupta wrote: > On 06/27/2017 02:47 PM, Joseph Myers wrote: >> >> longlong.h should be kept in sync with GCC. If the GCC version has been >> fixed we can copy the updated version verbatim from GCC. > > > Indeed it is fixed in upstream gcc. > > commi