From be10a6b1321f250b1034c7d9d0a8ef18b296eef1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 2 Nov 2010 22:03:58 +0100 Subject: 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 --- .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch (limited to 'recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch') 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 @@ +2010-08-12 Jie Zhang + + Backport from mainline: + + gcc/testsuite/ + 2010-08-12 Jie Zhang + * gcc.dg/graphite/interchange-9.c (M): Define to be 111. + (N): Likewise. + (main): Adjust accordingly. + + 2010-08-05 Julian Brown + + Backport from mainline (candidate patch): + +=== modified file 'gcc/testsuite/gcc.dg/graphite/interchange-9.c' +--- old/gcc/testsuite/gcc.dg/graphite/interchange-9.c 2010-02-07 19:49:26 +0000 ++++ new/gcc/testsuite/gcc.dg/graphite/interchange-9.c 2010-08-20 16:32:45 +0000 +@@ -5,8 +5,8 @@ + #include + #endif + +-#define N 1111 +-#define M 1111 ++#define N 111 ++#define M 111 + + static int __attribute__((noinline)) + foo (int *x) +@@ -38,7 +38,7 @@ + fprintf (stderr, "res = %d \n", res); + #endif + +- if (res != 2468642) ++ if (res != 24642) + abort (); + + return 0; + -- cgit v1.2.3-54-g00ecf