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: Remove __ASSUME_TRUNCATE64_SYSCALL


From: Roland McGrath <roland@hack.frob.com>
Date: Tue, 29 May 2012 17:00:33 -0700 (PDT)

> I don't know how the various 32-bit ABIs handle 64-bit arguments.
> It is worth looking into if any/several/all of them (aside from
> powerpc32) can use syscalls.list for these calls.

They pass them in using two 32-bit argument registers, the order of
matches whatever the C calling convention specifies for passing 64-bit
values.


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