patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Apr 26 10:47:00 2009 +0000 (2009-04-26)
branch1.4
changeset 1307 39b1c755f19b
parent 402 197e1b49586e
permissions -rw-r--r--
1.4: update version to 1.4.0.

-------- diffstat follows --------
/branches/1.4/.version | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
     1 diff -durN gcc-3.4.6.orig/gcc/config/sh/sh.h gcc-3.4.6/gcc/config/sh/sh.h
     2 --- gcc-3.4.6.orig/gcc/config/sh/sh.h	2006-01-12 02:20:32.000000000 +0100
     3 +++ gcc-3.4.6/gcc/config/sh/sh.h	2007-08-15 23:03:09.000000000 +0200
     4 @@ -422,6 +422,10 @@
     5  do {									\
     6    if (LEVEL)								\
     7      flag_omit_frame_pointer = -1;					\
     8 +  if (LEVEL <= 2)							\
     9 +    {									\
    10 +      flag_reorder_blocks = 0;						\
    11 +    }									\
    12    if (SIZE)								\
    13      target_flags |= SPACE_BIT;						\
    14    if (TARGET_SHMEDIA && LEVEL > 1)					\