patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 14 21:30:27 2008 +0000 (2008-10-14)
changeset 935 e175e3538310
parent 402 197e1b49586e
permissions -rw-r--r--
Introduce the notion of a 'sample comment'.

- presence of the sample's reported.by file is now mandatory.
- when saving a sample, reporter name & URL are queried, to avoid operator forget about creating the reported.by file.
- when saving a sample, one can store a few-liner comment.
- when recalling a sample, the reporter name, URL and comment (if present) are printed.
- update the powerpc-e500v2-linux-gnuspe sample to include Nate's comment (from his original mail).
- update all samples that were missing the reported.by file.

/trunk/scripts/saveSample.sh | 46 35 11 0 ++++++++++++++++++------
/trunk/scripts/showSamples.sh | 12 6 6 0 +++---
/trunk/samples/powerpc-e500v2-linux-gnuspe/reported.by | 15 15 0 0 ++++++++
/trunk/samples/samples.mk | 22 17 5 0 +++++++++--
4 files changed, 73 insertions(+), 22 deletions(-)
yann@402
     1
diff -durN gcc-3.4.6.orig/gcc/config/sh/sh.h gcc-3.4.6/gcc/config/sh/sh.h
yann@402
     2
--- gcc-3.4.6.orig/gcc/config/sh/sh.h	2006-01-12 02:20:32.000000000 +0100
yann@402
     3
+++ gcc-3.4.6/gcc/config/sh/sh.h	2007-08-15 23:03:09.000000000 +0200
yann@402
     4
@@ -422,6 +422,10 @@
yann@402
     5
 do {									\
yann@402
     6
   if (LEVEL)								\
yann@402
     7
     flag_omit_frame_pointer = -1;					\
yann@402
     8
+  if (LEVEL <= 2)							\
yann@402
     9
+    {									\
yann@402
    10
+      flag_reorder_blocks = 0;						\
yann@402
    11
+    }									\
yann@402
    12
   if (SIZE)								\
yann@402
    13
     target_flags |= SPACE_BIT;						\
yann@402
    14
   if (TARGET_SHMEDIA && LEVEL > 1)					\