PATCH: Add x32 support to strace
H.J. Lu
hjl.tools at gmail.com
Mon Apr 16 01:44:03 UTC 2012
On Sun, Apr 15, 2012 at 3:51 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> On Sunday 15 April 2012 16:47:01 H.J. Lu wrote:
>> --- a/configure.ac
>> +++ b/configure.ac
>>
>> + if echo __ILP32__ | ${CC-cc} $CFLAGS $CPPFLAGS -E - | grep __ILP32__
>
> could we use AC_COMPILE_IFELSE() instead ?
Sure.
>> --- /dev/null
>> +++ b/linux/x32/syscallent.h
>>
>> + { }, /* 13 */
>
> shouldn't these holes have something ? like a call to printargs ? or does
> the parsing logic treat a NULL automatically with printargs ?
I think so.
--
H.J.
More information about the Strace-devel
mailing list