summaryrefslogtreecommitdiffstats
path: root/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99433.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99433.patch')
-rw-r--r--toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99433.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99433.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99433.patch
deleted file mode 100644
index 6bc33f2be2..0000000000
--- a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99433.patch
+++ /dev/null
@@ -1,40 +0,0 @@
12010-10-29 Julian Brown <julian@codesourcery.com>
2
3 Launchpad #629671
4
5 gcc/
6 * config/arm/arm.h (REG_CLASS_CONTENTS): Remove soft frame pointer
7 from CORE_REGS and GENERAL_REGS classes.
8 * config/arm/arm.md (*thumb1_movsi_insn): Ignore all parts of final
9 constraint for register preferencing.
10
11=== modified file 'gcc/config/arm/arm.h'
12--- old/gcc/config/arm/arm.h 2010-11-04 10:45:05 +0000
13+++ new/gcc/config/arm/arm.h 2010-11-11 11:12:14 +0000
14@@ -1262,8 +1262,8 @@
15 { 0x0000DF00, 0x00000000, 0x00000000, 0x00000000 }, /* HI_REGS */ \
16 { 0x01000000, 0x00000000, 0x00000000, 0x00000000 }, /* CC_REG */ \
17 { 0x00000000, 0x00000000, 0x00000000, 0x80000000 }, /* VFPCC_REG */ \
18- { 0x0200DFFF, 0x00000000, 0x00000000, 0x00000000 }, /* GENERAL_REGS */ \
19- { 0x0200FFFF, 0x00000000, 0x00000000, 0x00000000 }, /* CORE_REGS */ \
20+ { 0x0000DFFF, 0x00000000, 0x00000000, 0x00000000 }, /* GENERAL_REGS */ \
21+ { 0x0000FFFF, 0x00000000, 0x00000000, 0x00000000 }, /* CORE_REGS */ \
22 { 0xFAFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x7FFFFFFF } /* ALL_REGS */ \
23 }
24
25
26=== modified file 'gcc/config/arm/arm.md'
27--- old/gcc/config/arm/arm.md 2010-11-04 10:45:05 +0000
28+++ new/gcc/config/arm/arm.md 2010-11-11 11:12:14 +0000
29@@ -5160,8 +5160,8 @@
30 })
31
32 (define_insn "*thumb1_movsi_insn"
33- [(set (match_operand:SI 0 "nonimmediate_operand" "=l,l,l,l,l,>,l, m,*lhk")
34- (match_operand:SI 1 "general_operand" "l, I,J,K,>,l,mi,l,*lhk"))]
35+ [(set (match_operand:SI 0 "nonimmediate_operand" "=l,l,l,l,l,>,l, m,*l*h*k")
36+ (match_operand:SI 1 "general_operand" "l, I,J,K,>,l,mi,l,*l*h*k"))]
37 "TARGET_THUMB1
38 && ( register_operand (operands[0], SImode)
39 || register_operand (operands[1], SImode))"
40