patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch
changeset 747 d3e603e7c17c
parent 402 197e1b49586e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch	Mon Jul 28 21:32:33 2008 +0000
     1.3 @@ -0,0 +1,14 @@
     1.4 +diff -durN gcc-3.4.6.orig/gcc/config/sh/sh.h gcc-3.4.6/gcc/config/sh/sh.h
     1.5 +--- gcc-3.4.6.orig/gcc/config/sh/sh.h	2006-01-12 02:20:32.000000000 +0100
     1.6 ++++ gcc-3.4.6/gcc/config/sh/sh.h	2007-08-15 23:03:09.000000000 +0200
     1.7 +@@ -422,6 +422,10 @@
     1.8 + do {									\
     1.9 +   if (LEVEL)								\
    1.10 +     flag_omit_frame_pointer = -1;					\
    1.11 ++  if (LEVEL <= 2)							\
    1.12 ++    {									\
    1.13 ++      flag_reorder_blocks = 0;						\
    1.14 ++    }									\
    1.15 +   if (SIZE)								\
    1.16 +     target_flags |= SPACE_BIT;						\
    1.17 +   if (TARGET_SHMEDIA && LEVEL > 1)					\