diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-02 22:03:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-02 22:12:02 +0100 |
commit | be10a6b1321f250b1034c7d9d0a8ef18b296eef1 (patch) | |
tree | 9249025cbfbfbee4cc430d62b27f75301dd4dfde /recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch | |
parent | 93b28937ac67ba46d65f55637e42552e224aa7e2 (diff) | |
download | meta-openembedded-be10a6b1321f250b1034c7d9d0a8ef18b296eef1.tar.gz |
angstrom-layers: meta-openembedded: replace poky gcc 4.5 sources with OE ones
This needs further investigation, but for now we can get the tested sources into the poky gcc harness
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch')
-rw-r--r-- | recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch new file mode 100644 index 0000000000..36a942118a --- /dev/null +++ b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch | |||
@@ -0,0 +1,38 @@ | |||
1 | 2010-08-12 Jie Zhang <jie@codesourcery.com> | ||
2 | |||
3 | Backport from mainline: | ||
4 | |||
5 | gcc/testsuite/ | ||
6 | 2010-08-12 Jie Zhang <jie@codesourcery.com> | ||
7 | * gcc.dg/graphite/interchange-9.c (M): Define to be 111. | ||
8 | (N): Likewise. | ||
9 | (main): Adjust accordingly. | ||
10 | |||
11 | 2010-08-05 Julian Brown <julian@codesourcery.com> | ||
12 | |||
13 | Backport from mainline (candidate patch): | ||
14 | |||
15 | === modified file 'gcc/testsuite/gcc.dg/graphite/interchange-9.c' | ||
16 | --- old/gcc/testsuite/gcc.dg/graphite/interchange-9.c 2010-02-07 19:49:26 +0000 | ||
17 | +++ new/gcc/testsuite/gcc.dg/graphite/interchange-9.c 2010-08-20 16:32:45 +0000 | ||
18 | @@ -5,8 +5,8 @@ | ||
19 | #include <stdio.h> | ||
20 | #endif | ||
21 | |||
22 | -#define N 1111 | ||
23 | -#define M 1111 | ||
24 | +#define N 111 | ||
25 | +#define M 111 | ||
26 | |||
27 | static int __attribute__((noinline)) | ||
28 | foo (int *x) | ||
29 | @@ -38,7 +38,7 @@ | ||
30 | fprintf (stderr, "res = %d \n", res); | ||
31 | #endif | ||
32 | |||
33 | - if (res != 2468642) | ||
34 | + if (res != 24642) | ||
35 | abort (); | ||
36 | |||
37 | return 0; | ||
38 | |||