Re: [PATCH 01/21] longlong.h: sync from gcc to fix ARC inline asm constraints

2018-12-21 Thread Vineet Gupta
On 12/21/18 10:46 AM, Joseph Myers wrote: > On Tue, 18 Dec 2018, Vineet Gupta wrote: > >> This corresponds to the version >> >> Author: law >> Date: Tue Jun 27 16:10:15 2017 + >> >> * longlong.h: Remove ns32k support. > It seems odd to update from an out-of-date version of longlong.

Re: [PATCH 01/21] longlong.h: sync from gcc to fix ARC inline asm constraints

2018-12-21 Thread Joseph Myers
On Tue, 18 Dec 2018, Vineet Gupta wrote: > This corresponds to the version > > Author: law > Date: Tue Jun 27 16:10:15 2017 + > > * longlong.h: Remove ns32k support. It seems odd to update from an out-of-date version of longlong.h, missing the subsequent RISC-V changes. So I've

Re: [PATCH 01/21] longlong.h: sync from gcc to fix ARC inline asm constraints

2018-12-18 Thread Vineet Gupta
On 12/18/18 2:56 PM, Joseph Myers wrote: >> * sysdeps/unix/make-syscalls.sh: Fix comment referencing >> syscall-template file. >> +* stdlib/longlong.h: Fix asm constraints for ARC code. > > I don't see the above context in the current checked-in ChangeLog file. > Patch 1 in a series

Re: [PATCH 01/21] longlong.h: sync from gcc to fix ARC inline asm constraints

2018-12-18 Thread Joseph Myers
On Tue, 18 Dec 2018, Vineet Gupta wrote: > diff --git a/ChangeLog b/ChangeLog > index 027b23493ed8..456e4b670c23 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -2,6 +2,7 @@ > > * sysdeps/unix/make-syscalls.sh: Fix comment referencing > syscall-template file. > + * stdlib/longlon