CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/09/19 01:38:14
Modified files:
devel/boost : Makefile
devel/boost/patches:
patch-boost_context_pooled_fixedsize_stack_hpp
Added files:
devel/boost/patches: patch-libs_context_build_Jamfile_v2
patch-libs_context_src_asm_jump_ppc32_sysv_elf_gas_S
patch-libs_context_src_asm_make_ppc32_sysv_elf_gas_S
patch-libs_context_src_asm_ontop_ppc32_sysv_elf_gas_S
Log message:
- Fix userland context switching on powerpc, OpenBSDs ABI differs from the
Linux one.
- Fix error in fixed size stack allocator.
Heavy lifting done by George Koehler. ok sthen@ rsadowski@