On Sunday 15 April 2012 22:09:02 H.J. Lu wrote:
> On Sun, Apr 15, 2012 at 01:47:01PM -0700, H.J. Lu wrote:
> > X32:
> > 
> > https://sites.google.com/site/x32abi/
> > 
> > support is added to Linux kernel 3.4. In a nutshell, x32 is x86-64 with
> > 32bit pointers.  At system call level, x32 is also identical to x86-64,
> > as shown by many changes like "defined(X86_64) || defined(X32)".  The
> > main differerence bewteen x32 and x86-64 is off_t in x32 is long long
> > instead of long.
> > 
> > This patch adds x32 support to strace.  Tested on Linux/x32.
> > 
> > Thanks.
> 
> This version of patch uses AC_TRY_COMPILE in configure.ac.

Acked-by: Mike Frysinger <[email protected]>
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to