Re: [PATCH] libgomp/i386: Move syscall asms to static inline wrapper.

2021-02-11 Thread Jakub Jelinek via Gcc-patches
On Thu, Feb 11, 2021 at 07:44:53PM +0100, Uros Bizjak wrote: > 2021-02-11 Uroš Bizjak > > libgomp/ > * config/linux/x86/futex.h (__futex_wait): New static inline > wrapper function. Correct output type to int and > timeout type to void *. > (__futex_wake): New static inline wra

[PATCH] libgomp/i386: Move syscall asms to static inline wrapper.

2021-02-11 Thread Uros Bizjak via Gcc-patches
Move syscall asms to static inline wrapper functions to improve #ifdeffery. Also correct output type to int and timeout type to void *. No functional changes. Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. OK for mainline? 2021-02-11 Uroš Bizjak libgomp/ * config/linux/