From 3fcdbf9fc147250f15a6092ec1aba911f71ac1d7 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 13 May 2011 19:22:50 -0700 Subject: gcc: Move 4.3.3 and Special kernel 3.4.4 to meta-extras (From OE-Core rev: 44d2be0c0ba6440afa0706f703606154ae569d63) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../gcc/gcc-4.3.3/arm-thumb-cache.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 meta/recipes-devtools/gcc/gcc-4.3.3/arm-thumb-cache.patch (limited to 'meta/recipes-devtools/gcc/gcc-4.3.3/arm-thumb-cache.patch') diff --git a/meta/recipes-devtools/gcc/gcc-4.3.3/arm-thumb-cache.patch b/meta/recipes-devtools/gcc/gcc-4.3.3/arm-thumb-cache.patch deleted file mode 100644 index fa63846c8c..0000000000 --- a/meta/recipes-devtools/gcc/gcc-4.3.3/arm-thumb-cache.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- gcc-4.1.1/gcc/config/arm/linux-gas.h- 2005-06-25 03:22:41.000000000 +0200 -+++ gcc-4.1.1/gcc/config/arm/linux-gas.h 2006-06-18 10:23:46.000000000 +0200 -@@ -44,6 +44,7 @@ - - /* Clear the instruction cache from `beg' to `end'. This makes an - inline system call to SYS_cacheflush. */ -+#if !defined(__thumb__) - #define CLEAR_INSN_CACHE(BEG, END) \ - { \ - register unsigned long _beg __asm ("a1") = (unsigned long) (BEG); \ -@@ -53,3 +54,18 @@ - : "=r" (_beg) \ - : "0" (_beg), "r" (_end), "r" (_flg)); \ - } -+#else -+#define CLEAR_INSN_CACHE(BEG, END) \ -+{ \ -+ register unsigned long _beg __asm ("a1") = (unsigned long) (BEG); \ -+ register unsigned long _end __asm ("a2") = (unsigned long) (END); \ -+ register unsigned long _flg __asm ("a3") = 0; \ -+ register unsigned long _swi __asm ("a4") = 0xf0002; \ -+ __asm __volatile ("push {r7}\n" \ -+ " mov r7,a4\n" \ -+ " swi 0 @ sys_cacheflush\n" \ -+ " pop {r7}\n" \ -+ : "=r" (_beg) \ -+ : "0" (_beg), "r" (_end), "r" (_flg), "r" (_swi)); \ -+} -+#endif -- cgit v1.2.3-54-g00ecf