patches/gcc/3.4.6/72_all_sh-no-reorder-blocks.patch
changeset 402 197e1b49586e
parent 401 5baf14e56890
child 403 5c2145db8f0f
     1.1 --- a/patches/gcc/3.4.6/72_all_sh-no-reorder-blocks.patch	Sat Sep 22 17:25:42 2007 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,14 +0,0 @@
     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)					\