Re: [PATCH gnumach] Support GCC 7

2017-05-07 Thread Samuel Thibault
David Michael, on sam. 06 mai 2017 12:13:01 -0700, wrote: > * Makefile.am (clib_routines): Add __udivmoddi4. > * linux/src/include/linux/compiler-gcc7.h: New file. Applied, thanks! Samuel

proc_task2proc prototype change

2017-05-07 Thread Samuel Thibault
Hello, Copy/pasting the whole story again, since it was hidden behind an unrelated issue. David Michael, on ven. 05 mai 2017 22:33:57 -0700, wrote: > Side note: I couldn't bootstrap cross-compilers with > tschwinge/Roger_Whittaker since the last proc defs changes. Is there > a more current bran

Re: proc_task2proc prototype change

2017-05-07 Thread Justus Winter
Samuel Thibault writes: > David Michael, on sam. 06 mai 2017 12:28:51 -0700, wrote: >> The new generated functions all get an additional >> "mach_msg_type_name_t *msgportPoly" parameter and none of the callers >> were updated, so they all fail to compile with "too few arguments" >> errors. > > In

Re: proc_task2proc prototype change

2017-05-07 Thread Samuel Thibault
Justus Winter, on dim. 07 mai 2017 17:42:24 +0200, wrote: > Can you paste the client code? kern_return_t __proc_task2proc ( process_t process, mach_port_t task, mach_port_t *proc, mach_msg_type_name_t *procPoly ) { ... *proc = OutP->proc; *procPol