This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/6] Optimize i386 syscall inlining


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]