Re: [PATCH v3 0/6] mips: system call table generation support

2018-12-07 Thread Maciej W. Rozycki
On Thu, 6 Dec 2018, Florian Weimer wrote: > > I seem to remember having to take extra care with how the three MIPS ABIs > > wire the syscalls to get it right in glibc, but I take it then this has > > been now addressed reliably enough for the glibc not to care how exactly > > has been

Re: [PATCH v3 0/6] mips: system call table generation support

2018-12-06 Thread Florian Weimer
* Maciej W. Rozycki: > On Thu, 6 Dec 2018, Joseph Myers wrote: > >> > So how are `SYS_' macros generated that land in ? >> >> By gen-syscall-h.awk, which generates #ifdef conditionals for each >> possible __NR_* name (as listed in syscall-names.list in glibc). > > I seem to remember having to

Re: [PATCH v3 0/6] mips: system call table generation support

2018-12-06 Thread Maciej W. Rozycki
On Thu, 6 Dec 2018, Joseph Myers wrote: > > So how are `SYS_' macros generated that land in ? > > By gen-syscall-h.awk, which generates #ifdef conditionals for each > possible __NR_* name (as listed in syscall-names.list in glibc). I seem to remember having to take extra care with how the

Re: [PATCH v3 0/6] mips: system call table generation support

2018-12-06 Thread Joseph Myers
On Thu, 6 Dec 2018, Maciej W. Rozycki wrote: > On Thu, 6 Dec 2018, Joseph Myers wrote: > > > > I believe this file is used by the glibc build process to retrieve > > > syscall numbers for glibc's own use as well for . Has the > > > change been verified not to break this process? > > > > > >

Re: [PATCH v3 0/6] mips: system call table generation support

2018-12-06 Thread Maciej W. Rozycki
On Thu, 6 Dec 2018, Joseph Myers wrote: > > I believe this file is used by the glibc build process to retrieve > > syscall numbers for glibc's own use as well for . Has the > > change been verified not to break this process? > > > > Cc-ing for information and possible further > > input. >

Re: [PATCH v3 0/6] mips: system call table generation support

2018-12-06 Thread Joseph Myers
On Thu, 6 Dec 2018, Maciej W. Rozycki wrote: > I believe this file is used by the glibc build process to retrieve > syscall numbers for glibc's own use as well for . Has the > change been verified not to break this process? > > Cc-ing for information and possible further > input. I'm not