From e3dec33ba03ef7080a39444388a01e59135bb3aa Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 5 May 2010 22:50:19 -0700 Subject: powerpc: Add TLS and NPTL support Signed-off-by: Khem Raj Signed-off-by: Bernhard Reutner-Fischer --- test/misc/opendir-tst1.c | 2 +- test/misc/tst-utmp.c | 2 +- test/stdlib/test-canon.c | 2 +- test/tls/tls-macros.h | 2 +- test/unistd/tst-preadwrite.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/misc/opendir-tst1.c b/test/misc/opendir-tst1.c index 983d4b482..302158d0e 100644 --- a/test/misc/opendir-tst1.c +++ b/test/misc/opendir-tst1.c @@ -92,4 +92,4 @@ do_cleanup (void) /* Include the test skeleton. */ -#include +#include "../test-skeleton.c" diff --git a/test/misc/tst-utmp.c b/test/misc/tst-utmp.c index 12a208855..06ba1409b 100644 --- a/test/misc/tst-utmp.c +++ b/test/misc/tst-utmp.c @@ -50,7 +50,7 @@ static void do_prepare (int argc, char *argv[]); #define PREPARE do_prepare /* This defines the `main' function and some more. */ -#include +#include "../test-skeleton.c" /* These are for the temporary file we generate. */ diff --git a/test/stdlib/test-canon.c b/test/stdlib/test-canon.c index 9770a948d..788754f47 100644 --- a/test/stdlib/test-canon.c +++ b/test/stdlib/test-canon.c @@ -31,7 +31,7 @@ /* Prototype for our test function. */ extern int do_test (int argc, char *argv[]); -#include +#include "../test-skeleton.c" #ifndef PATH_MAX # define PATH_MAX 4096 diff --git a/test/tls/tls-macros.h b/test/tls/tls-macros.h index 0eaca6574..3a9a21adc 100644 --- a/test/tls/tls-macros.h +++ b/test/tls/tls-macros.h @@ -713,7 +713,7 @@ register void *__gp __asm__("$29"); #elif defined __powerpc__ && !defined __powerpc64__ -#include "config.h" +/*#include "config.h"*/ # define __TLS_CALL_CLOBBERS \ "0", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", \ diff --git a/test/unistd/tst-preadwrite.c b/test/unistd/tst-preadwrite.c index 281044858..4aca98aa4 100644 --- a/test/unistd/tst-preadwrite.c +++ b/test/unistd/tst-preadwrite.c @@ -44,7 +44,7 @@ extern int do_test (int argc, char *argv[]); #define TIMEOUT 20 /* sec */ /* This defines the `main' function and some more. */ -#include +#include "../test-skeleton.c" /* These are for the temporary file we generate. */ char *name; -- cgit v1.2.3