summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch')
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch b/meta-oe/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch
new file mode 100644
index 000000000..d9073123c
--- /dev/null
+++ b/meta-oe/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch
@@ -0,0 +1,28 @@
1 2009-08-26 Julian Brown <julian@codesourcery.com>
2
3 gcc/config/arm/
4 * uclinux-eabi.h (LINK_GCC_C_SEQUENCE_SPEC): Override definition
5 for uclinux.
6
72010-07-26 Julian Brown <julian@codesourcery.com>
8
9 Merge from Sourcery G++ 4.4:
10
11 2009-08-26 Kazu Hirata <kazu@codesourcery.com>
12
13
14=== modified file 'gcc/config/arm/uclinux-eabi.h'
15--- old/gcc/config/arm/uclinux-eabi.h 2009-02-20 15:20:38 +0000
16+++ new/gcc/config/arm/uclinux-eabi.h 2010-08-12 15:23:21 +0000
17@@ -50,6 +50,10 @@
18 #undef ARM_DEFAULT_ABI
19 #define ARM_DEFAULT_ABI ARM_ABI_AAPCS_LINUX
20
21+#undef LINK_GCC_C_SEQUENCE_SPEC
22+#define LINK_GCC_C_SEQUENCE_SPEC \
23+ "--start-group %G %L --end-group"
24+
25 /* Clear the instruction cache from `beg' to `end'. This makes an
26 inline system call to SYS_cacheflush. */
27 #undef CLEAR_INSN_CACHE
28