Module Name: src
Committed By: uwe
Date: Wed Aug 24 21:25:01 UTC 2011
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/sh: sh.c
Log Message:
Pull the fix for GCC Bug 50068 - Invalid memory access in incr_ticks_for_insn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068
http://gcc.gnu.org/viewcvs?view=revision&revision=177839
* config/sh/sh.c (sh_output_mi_thunk): Don't call dbr_schedule.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/gcc/config/sh/sh.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/config/sh/sh.c
diff -u src/external/gpl3/gcc/dist/gcc/config/sh/sh.c:1.1.1.1 src/external/gpl3/gcc/dist/gcc/config/sh/sh.c:1.2
--- src/external/gpl3/gcc/dist/gcc/config/sh/sh.c:1.1.1.1 Tue Jun 21 01:22:12 2011
+++ src/external/gpl3/gcc/dist/gcc/config/sh/sh.c Wed Aug 24 21:25:01 2011
@@ -11428,10 +11428,6 @@
}
sh_reorg ();
-
- if (optimize > 0 && flag_delayed_branch)
- dbr_schedule (insns);
-
shorten_branches (insns);
final_start_function (insns, file, 1);
final (insns, file, 1);