]> git.pld-linux.org Git - packages/boost.git/commitdiff
- updated x32-context patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 May 2016 18:08:35 +0000 (20:08 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 May 2016 18:08:35 +0000 (20:08 +0200)
boost-x32-context.patch

index 734165f2ef6339a25de128bdea76ccb76f1574b5..0cdec5b8e4ce7f41c2803c51632ba21b320b8eb5 100644 (file)
  .section .note.GNU-stack,"",%progbits
 +
 +#endif
+--- boost_1_61_0/libs/context/src/asm/ontop_i386_sysv_elf_gas.S.orig   2016-05-05 23:11:09.000000000 +0200
++++ boost_1_61_0/libs/context/src/asm/ontop_i386_sysv_elf_gas.S        2016-05-15 19:29:14.464562018 +0200
+@@ -17,6 +17,10 @@
+  *                                                                                       *
+  *****************************************************************************************/
++#ifdef __x86_64__
++#include "ontop_x86_64_sysv_elf_gas.S"
++#else
++
+ .text
+ .globl ontop_fcontext
+ .align 2
+@@ -59,3 +63,5 @@
+ /* Mark that we don't need executable stack.  */
+ .section .note.GNU-stack,"",%progbits
++
++#endif
This page took 0.109803 seconds and 4 git commands to generate.