]> git.pld-linux.org Git - packages/boost.git/blob - boost-x32-context.patch
up to 1.82.0
[packages/boost.git] / boost-x32-context.patch
1 --- boost_1_58_0/libs/context/src/asm/jump_i386_sysv_elf_gas.S
2 +++ boost_1_58_0/libs/context/src/asm/jump_i386_sysv_elf_gas.S
3 @@ -17,6 +17,10 @@
4   *                                                                                      *
5   ****************************************************************************************/
6  
7 +#ifdef __x86_64__
8 +#include "jump_x86_64_sysv_elf_gas.S"
9 +#else
10 +
11  .text
12  .globl jump_fcontext
13  .align 2
14 @@ -88,3 +92,5 @@
15  
16  /* Mark that we don't need executable stack.  */
17  .section .note.GNU-stack,"",%progbits
18 +
19 +#endif
20 --- boost_1_58_0/libs/context/src/asm/make_i386_sysv_elf_gas.S
21 +++ boost_1_58_0/libs/context/src/asm/make_i386_sysv_elf_gas.S
22 @@ -17,6 +17,10 @@
23   *                                                                                      *
24   ****************************************************************************************/
25  
26 +#ifdef __x86_64__
27 +#include "make_x86_64_sysv_elf_gas.S"
28 +#else
29 +
30  .text
31  .globl make_fcontext
32  .align 2
33 @@ -75,3 +79,5 @@
34  
35  /* Mark that we don't need executable stack.  */
36  .section .note.GNU-stack,"",%progbits
37 +
38 +#endif
39 --- boost_1_61_0/libs/context/src/asm/ontop_i386_sysv_elf_gas.S.orig    2016-05-05 23:11:09.000000000 +0200
40 +++ boost_1_61_0/libs/context/src/asm/ontop_i386_sysv_elf_gas.S 2016-05-15 19:29:14.464562018 +0200
41 @@ -17,6 +17,10 @@
42   *                                                                                       *
43   *****************************************************************************************/
44  
45 +#ifdef __x86_64__
46 +#include "ontop_x86_64_sysv_elf_gas.S"
47 +#else
48 +
49  .text
50  .globl ontop_fcontext
51  .align 2
52 @@ -59,3 +63,5 @@
53  
54  /* Mark that we don't need executable stack.  */
55  .section .note.GNU-stack,"",%progbits
56 +
57 +#endif
This page took 0.09382 seconds and 3 git commands to generate.