Re: [ANNOUNCE] April Release of LTP now Available

From: Andrew Morton
Date: Wed Apr 06 2005 - 06:32:28 EST


Marty Ridgeway <mridge@xxxxxxxxxx> wrote:
>
> The April release of LTP is now on SourceForge.
>
> LTP-20050405

It seems to have an x86ism in it which causes the compile to fail on ppc64:

socketcall01.c: In function `socketcall':
socketcall01.c:80: error: asm-specifier for variable `__sc_4' conflicts with asm clobber list




#ifndef _syscall2
#include <linux/unistd.h>
#endif

#include "test.h"
#include "usctest.h"

char *TCID = "socketcall01"; /* Test program identifier. */
#ifdef __NR_socketcall

_syscall2(int ,socketcall ,int ,call, unsigned long *, args);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/