patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 21 19:00:55 2009 +0000 (2009-05-21)
branchgcc-4.4
changeset 1368 ec1cffe6d30b
parent 402 197e1b49586e
permissions -rw-r--r--
/devel/gcc-4.4:
- trivial spelling fix in TODO

-------- diffstat follows --------
/devel/gcc-4.4/TODO | 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)					\