diff options
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106832.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106832.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106832.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106832.patch deleted file mode 100644 index 843f1cff25..0000000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106832.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | 2011-10-21 Andrew Stubbs <ams@codesourcery.com> | ||
2 | |||
3 | Backport from FSF mainline: | ||
4 | |||
5 | 2011-10-21 Andrew Stubbs <ams@codesourcery.com> | ||
6 | |||
7 | PR target/50809 | ||
8 | |||
9 | gcc/ | ||
10 | * config/arm/driver-arm.c (vendors): Make static. | ||
11 | |||
12 | === modified file 'gcc/config/arm/driver-arm.c' | ||
13 | --- old/gcc/config/arm/driver-arm.c 2011-10-19 17:07:55 +0000 | ||
14 | +++ new/gcc/config/arm/driver-arm.c 2011-10-21 19:27:47 +0000 | ||
15 | @@ -49,7 +49,7 @@ | ||
16 | {NULL, NULL, NULL} | ||
17 | }; | ||
18 | |||
19 | -struct { | ||
20 | +static struct { | ||
21 | const char *vendor_no; | ||
22 | const struct vendor_cpu *vendor_parts; | ||
23 | } vendors[] = { | ||
24 | |||