patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch
author "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Thu Aug 18 16:05:48 2011 +0200 (2011-08-18)
changeset 2612 a52574521bea
parent 402 197e1b49586e
permissions -rw-r--r--
debug/gdb: update GDB revisions

Update GDB with the latest available revisions.

Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
     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)					\