From cfcbdb442a21d0df3647366ee23723ca062e1bcf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 14 May 2018 07:21:07 +0200 Subject: boost: update to 1.67, hack out an compile issue with arm --- ...h-libs_context_src_asm_jump_arm_aapcs_elf_gas_S | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/boost/patches/patch-libs_context_src_asm_jump_arm_aapcs_elf_gas_S (limited to 'package/boost/patches/patch-libs_context_src_asm_jump_arm_aapcs_elf_gas_S') diff --git a/package/boost/patches/patch-libs_context_src_asm_jump_arm_aapcs_elf_gas_S b/package/boost/patches/patch-libs_context_src_asm_jump_arm_aapcs_elf_gas_S new file mode 100644 index 000000000..dfbf217a8 --- /dev/null +++ b/package/boost/patches/patch-libs_context_src_asm_jump_arm_aapcs_elf_gas_S @@ -0,0 +1,24 @@ +--- boost_1_67_0.orig/libs/context/src/asm/jump_arm_aapcs_elf_gas.S 2018-04-11 15:49:01.000000000 +0200 ++++ boost_1_67_0/libs/context/src/asm/jump_arm_aapcs_elf_gas.S 2018-05-14 06:53:04.847209932 +0200 +@@ -50,10 +50,6 @@ jump_fcontext: + + @ prepare stack for FPU + sub sp, sp, #64 +-#if (defined(__VFP_FP__) && !defined(__SOFTFP__)) +- @ save S16-S31 +- vstmia sp, {d8-d15} +-#endif + + @ store RSP (pointing to context-data) in A1 + mov a1, sp +@@ -61,10 +57,6 @@ jump_fcontext: + @ restore RSP (pointing to context-data) from A2 + mov sp, a2 + +-#if (defined(__VFP_FP__) && !defined(__SOFTFP__)) +- @ restore S16-S31 +- vldmia sp, {d8-d15} +-#endif + @ prepare stack for FPU + add sp, sp, #64 + -- cgit v1.2.3