summaryrefslogtreecommitdiff
path: root/patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch')
-rw-r--r--patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch b/patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch
deleted file mode 100644
index fed1424..0000000
--- a/patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -durN gcc-3.4.6.orig/gcc/config/sh/sh.h gcc-3.4.6/gcc/config/sh/sh.h
---- gcc-3.4.6.orig/gcc/config/sh/sh.h 2006-01-12 02:20:32.000000000 +0100
-+++ gcc-3.4.6/gcc/config/sh/sh.h 2007-08-15 23:03:09.000000000 +0200
-@@ -422,6 +422,10 @@
- do { \
- if (LEVEL) \
- flag_omit_frame_pointer = -1; \
-+ if (LEVEL <= 2) \
-+ { \
-+ flag_reorder_blocks = 0; \
-+ } \
- if (SIZE) \
- target_flags |= SPACE_BIT; \
- if (TARGET_SHMEDIA && LEVEL > 1) \