diff options
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106798.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106798.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106798.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106798.patch deleted file mode 100644 index aa067b7113..0000000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106798.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | 2011-09-05 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org> | ||
2 | |||
3 | gcc/ | ||
4 | |||
5 | 2011-08-12 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org> | ||
6 | |||
7 | PR target/48328 | ||
8 | * config/arm/arm.h (CASE_VECTOR_SHORTEN_MODE): Fix distance | ||
9 | for tbh instructions. | ||
10 | |||
11 | === modified file 'gcc/config/arm/arm.h' | ||
12 | --- old/gcc/config/arm/arm.h 2011-08-24 17:35:16 +0000 | ||
13 | +++ new/gcc/config/arm/arm.h 2011-09-05 14:32:11 +0000 | ||
14 | @@ -1961,7 +1961,7 @@ | ||
15 | : min >= -4096 && max < 4096 \ | ||
16 | ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 0, HImode) \ | ||
17 | : SImode) \ | ||
18 | - : ((min < 0 || max >= 0x2000 || !TARGET_THUMB2) ? SImode \ | ||
19 | + : ((min < 0 || max >= 0x20000 || !TARGET_THUMB2) ? SImode \ | ||
20 | : (max >= 0x200) ? HImode \ | ||
21 | : QImode)) | ||
22 | |||
23 | |||