[PATCH 2/6] Optimize i386 syscall inlining

Joseph Myers joseph@codesourcery.com
Fri Aug 21 12:27:00 GMT 2015


On Fri, 21 Aug 2015, H.J. Lu wrote:

> > Here is the patch for updated INLINE_SYSCALL_RETURN and
> > INLINE_SYSCALL_ERROR_RETURN.  OK for master?
> 
> I will check it in next Monday if there are no objections.

The last patch posted 
<https://sourceware.org/ml/libc-alpha/2015-08/msg00595.html> breaks the 
build because it defines INLINE_SYSCALL_RETURN and 
INLINE_SYSCALL_ERROR_RETURN as statements doing return, whereas the 
generic code expects them to be expressions used with a return in the .c 
file.  Please post the actual patch you are proposing.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list