diff options
Diffstat (limited to 'post/lib_powerpc/fpu')
-rw-r--r-- | post/lib_powerpc/fpu/20001122-1.c | 2 | ||||
-rw-r--r-- | post/lib_powerpc/fpu/20010114-2.c | 2 | ||||
-rw-r--r-- | post/lib_powerpc/fpu/20010226-1.c | 2 | ||||
-rw-r--r-- | post/lib_powerpc/fpu/980619-1.c | 2 | ||||
-rw-r--r-- | post/lib_powerpc/fpu/acc1.c | 2 | ||||
-rw-r--r-- | post/lib_powerpc/fpu/compare-fp-1.c | 2 | ||||
-rw-r--r-- | post/lib_powerpc/fpu/fpu.c | 2 | ||||
-rw-r--r-- | post/lib_powerpc/fpu/mul-subnormal-single-1.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/post/lib_powerpc/fpu/20001122-1.c b/post/lib_powerpc/fpu/20001122-1.c index 9c1c886fc4f..d6b7bc656f6 100644 --- a/post/lib_powerpc/fpu/20001122-1.c +++ b/post/lib_powerpc/fpu/20001122-1.c @@ -7,7 +7,7 @@ * This file is originally a part of the GCC testsuite. */ -#include <common.h> +#include <config.h> #include <post.h> diff --git a/post/lib_powerpc/fpu/20010114-2.c b/post/lib_powerpc/fpu/20010114-2.c index 01bac500383..5e79c4c6984 100644 --- a/post/lib_powerpc/fpu/20010114-2.c +++ b/post/lib_powerpc/fpu/20010114-2.c @@ -7,7 +7,7 @@ * This file is originally a part of the GCC testsuite. */ -#include <common.h> +#include <config.h> #include <post.h> diff --git a/post/lib_powerpc/fpu/20010226-1.c b/post/lib_powerpc/fpu/20010226-1.c index cc4aa0dca64..a65ffcedb49 100644 --- a/post/lib_powerpc/fpu/20010226-1.c +++ b/post/lib_powerpc/fpu/20010226-1.c @@ -7,7 +7,7 @@ * This file is originally a part of the GCC testsuite. */ -#include <common.h> +#include <config.h> #include <post.h> diff --git a/post/lib_powerpc/fpu/980619-1.c b/post/lib_powerpc/fpu/980619-1.c index 111a2013fb5..8ad256efa9f 100644 --- a/post/lib_powerpc/fpu/980619-1.c +++ b/post/lib_powerpc/fpu/980619-1.c @@ -7,7 +7,7 @@ * This file is originally a part of the GCC testsuite. */ -#include <common.h> +#include <config.h> #include <post.h> diff --git a/post/lib_powerpc/fpu/acc1.c b/post/lib_powerpc/fpu/acc1.c index 63cc3eeafc3..408c391ce42 100644 --- a/post/lib_powerpc/fpu/acc1.c +++ b/post/lib_powerpc/fpu/acc1.c @@ -7,7 +7,7 @@ * This file is originally a part of the GCC testsuite. */ -#include <common.h> +#include <config.h> #include <post.h> diff --git a/post/lib_powerpc/fpu/compare-fp-1.c b/post/lib_powerpc/fpu/compare-fp-1.c index 4b4589664f1..4b8537ea3db 100644 --- a/post/lib_powerpc/fpu/compare-fp-1.c +++ b/post/lib_powerpc/fpu/compare-fp-1.c @@ -9,7 +9,7 @@ * This file is originally a part of the GCC testsuite. */ -#include <common.h> +#include <config.h> #include <post.h> diff --git a/post/lib_powerpc/fpu/fpu.c b/post/lib_powerpc/fpu/fpu.c index 59109f71e36..2afe27ab355 100644 --- a/post/lib_powerpc/fpu/fpu.c +++ b/post/lib_powerpc/fpu/fpu.c @@ -6,7 +6,7 @@ * Author: Sergei Poselenov <sposelenov@emcraft.com> */ -#include <common.h> +#include <config.h> /* * FPU test diff --git a/post/lib_powerpc/fpu/mul-subnormal-single-1.c b/post/lib_powerpc/fpu/mul-subnormal-single-1.c index 891aa95685f..6b86e55e409 100644 --- a/post/lib_powerpc/fpu/mul-subnormal-single-1.c +++ b/post/lib_powerpc/fpu/mul-subnormal-single-1.c @@ -9,7 +9,7 @@ * numbers) are rounded to within 0.5 ulp. PR other/14354. */ -#include <common.h> +#include <config.h> #include <post.h> |