]> git.pld-linux.org Git - packages/crossmingw32-boost.git/blob - boost-context-mingw.patch
- updated to 1.59.0
[packages/crossmingw32-boost.git] / boost-context-mingw.patch
1 --- libs/context/src/asm/jump_i386_ms_pe_gas.asm.mingw  2015-09-02 16:03:06.406321632 +0200
2 +++ libs/context/src/asm/jump_i386_ms_pe_gas.asm        2015-09-02 16:04:17.632915315 +0200
3 @@ -138,3 +138,6 @@
4  
5      /* indirect jump to context */
6      jmp  *%edx
7 +
8 +.section .drectve
9 +.ascii " -export:\"jump_fcontext\""
10 --- libs/context/src/asm/jump_x86_64_ms_pe_gas.asm.mingw        2015-09-02 16:03:13.495380721 +0200
11 +++ libs/context/src/asm/jump_x86_64_ms_pe_gas.asm      2015-09-02 16:04:12.488872439 +0200
12 @@ -223,3 +223,6 @@
13      /* indirect jump to context */
14      jmp  *%r10
15  .seh_endproc
16 +
17 +.section .drectve
18 +.ascii " -export:\"jump_fcontext\""
19 --- libs/context/src/asm/make_i386_ms_pe_gas.asm.mingw  2015-09-02 16:03:22.486455662 +0200
20 +++ libs/context/src/asm/make_i386_ms_pe_gas.asm        2015-09-02 16:04:32.409038476 +0200
21 @@ -122,3 +122,6 @@
22      hlt
23  
24  .def   __exit; .scl    2;      .type   32;     .endef  /* standard C library function */
25 +
26 +.section .drectve
27 +.ascii " -export:\"make_fcontext\""
28 --- libs/context/src/asm/make_x86_64_ms_pe_gas.asm.mingw        2015-09-02 16:03:30.631523552 +0200
29 +++ libs/context/src/asm/make_x86_64_ms_pe_gas.asm      2015-09-02 16:04:27.433997008 +0200
30 @@ -149,3 +149,6 @@
31  .seh_endproc
32  
33  .def   _exit;  .scl    2;      .type   32;     .endef  /* standard C library function */
34 +
35 +.section .drectve
36 +.ascii " -export:\"make_fcontext\""
This page took 0.064335 seconds and 3 git commands to generate.