diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-23 08:22:26 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-24 07:35:22 +0100 |
| commit | ff0f815593c33f1a82ba4d1cbe41e6b987da1f47 (patch) | |
| tree | 22b43fa2e84f25cc948df79f9e9de07e8ec57418 /toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106750.patch | |
| parent | 6b22bd198a87b5f113971d8fcd0e7211cd143c7d (diff) | |
| download | meta-openembedded-ff0f815593c33f1a82ba4d1cbe41e6b987da1f47.tar.gz | |
toolchain-layer: move binutils and gcc from meta-oe into here
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106750.patch')
| -rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106750.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106750.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106750.patch new file mode 100644 index 0000000000..9c62102db5 --- /dev/null +++ b/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106750.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | 2011-05-13 Revital Eres <revital.eres@linaro.org> | ||
| 2 | |||
| 3 | gcc/ | ||
| 4 | * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs. | ||
| 5 | * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails. | ||
| 6 | |||
| 7 | === modified file 'gcc/ddg.c' | ||
| 8 | --- old/gcc/ddg.c 2011-05-11 07:15:47 +0000 | ||
| 9 | +++ new/gcc/ddg.c 2011-05-13 16:03:40 +0000 | ||
| 10 | @@ -1016,6 +1016,7 @@ | ||
| 11 | for (i = 0; i < all_sccs->num_sccs; i++) | ||
| 12 | free_scc (all_sccs->sccs[i]); | ||
| 13 | |||
| 14 | + free (all_sccs->sccs); | ||
| 15 | free (all_sccs); | ||
| 16 | } | ||
| 17 | |||
| 18 | |||
| 19 | === modified file 'gcc/modulo-sched.c' | ||
| 20 | --- old/gcc/modulo-sched.c 2011-05-11 07:15:47 +0000 | ||
| 21 | +++ new/gcc/modulo-sched.c 2011-05-13 16:03:40 +0000 | ||
| 22 | @@ -1216,7 +1216,6 @@ | ||
| 23 | fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC, trip_count); | ||
| 24 | fprintf (dump_file, ")\n"); | ||
| 25 | } | ||
| 26 | - continue; | ||
| 27 | } | ||
| 28 | else | ||
| 29 | { | ||
| 30 | |||
