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
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
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
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