patches/gcc/3.4.6/720-all_sh-no-reorder-blocks.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 23 17:08:09 2007 +0000 (2007-09-23)
changeset 402 197e1b49586e
permissions -rw-r--r--
Renamed all patches file names so that locales are now irrelevant to sort the files.
Removed the locale check as it is now irrelevant.
Removed the experimental binutils 2.17.50.0.xx: 2.18 is here now.
     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)					\