lkml.org 
[lkml]   [2016]   [Jun]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 19/27] [AARCH64] Add typesizes.h for ILP32
From
Date
Hi,

On 2016/6/21 15:58, Andreas Schwab wrote:
> Yury Norov <ynorov@caviumnetworks.com> writes:
>
>> diff --git a/sysdeps/unix/sysv/linux/sysdep-vdso.h b/sysdeps/unix/sysv/linux/sysdep-vdso.h
>> index e8c4a7b..351d6bb 100644
>> --- a/sysdeps/unix/sysv/linux/sysdep-vdso.h
>> +++ b/sysdeps/unix/sysv/linux/sysdep-vdso.h
>> @@ -37,7 +37,7 @@
>> __label__ out; \
>> __label__ iserr; \
>> INTERNAL_SYSCALL_DECL (sc_err); \
>> - long int sc_ret; \
>> + __syscall_slong_t sc_ret; \
>> \
>> __typeof (__vdso_##name) vdsop = __vdso_##name; \
>> PTR_DEMANGLE (vdsop); \
>> @@ -64,7 +64,7 @@
>> # define INTERNAL_VSYSCALL(name, err, nr, args...) \
>> ({ \
>> __label__ out; \
>> - long v_ret; \
>> + __syscall_slong_t v_ret; \
>> \
>> __typeof (__vdso_##name) vdsop = __vdso_##name; \
>> PTR_DEMANGLE (vdsop); \
>
> That part should have no effect now that __SYSCALL_SLONG_TYPE remains to
> be long.
Agree. According to the discussion in "[PATCH 11/27] [AARCH64] Syscalls for ILP32 are passed
always via 64bit values.". We should update this to long long too.

Regard

Bamvor
>
> Andreas.
>

\
 
 \ /
  Last update: 2016-06-21 14:41    [W:0.530 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site