From 798b0c58baeb339379bf65d4b9fb0a2c9a47a9f3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 19 Apr 2013 12:19:27 +0000 Subject: llvm: Drop from meta-java, it was moved to meta-oe Signed-off-by: Henning Heinold --- recipes-core/llvm/llvm2.8/0019-issue6065.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 recipes-core/llvm/llvm2.8/0019-issue6065.patch (limited to 'recipes-core/llvm/llvm2.8/0019-issue6065.patch') diff --git a/recipes-core/llvm/llvm2.8/0019-issue6065.patch b/recipes-core/llvm/llvm2.8/0019-issue6065.patch deleted file mode 100644 index a7f7bbe..0000000 --- a/recipes-core/llvm/llvm2.8/0019-issue6065.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- - ARMJITInfo.cpp | 6 ++++++ - 1 file changed, 6 insertions(+) - ---- a/lib/Target/ARM/ARMJITInfo.cpp -+++ b/lib/Target/ARM/ARMJITInfo.cpp -@@ -99,7 +99,13 @@ - // The above twiddling of the saved return addresses allows us to - // deallocate everything, including the LR the stub saved, all in one - // pop instruction. -+#ifndef __thumb__ - "ldmia sp!, {r0, r1, r2, r3, lr, pc}\n" -+#else -+ // thumb dont allow lr and pc to be poped in the same instruction. -+ "pop {r0, r1, r2, r3, lr}\n" -+ "pop {pc}\n" -+#endif - ); - #else // Not an ARM host - void ARMCompilationCallback() { -- cgit v1.2.3-54-g00ecf