CVSROOT:        /cvs
Module name:    ports
Changes by:     lan...@cvs.openbsd.org  2013/08/11 03:09:05

Modified files:
        devel/spidermonkey: Makefile 
Added files:
        devel/spidermonkey/patches: patch-Makefile_in 
                                    patch-assembler_jit_ExecutableAllocator_h 
                                    patch-assembler_wtf_Platform_h 
                                    patch-configure 
                                    patch-ctypes_libffi_configure 
                                    patch-ctypes_libffi_src_mips_ffi_c 
                                    patch-ctypes_libffi_src_mips_ffitarget_h 
                                    patch-gc_Heap_h patch-jsgc_cpp 

Log message:
Fix build on sparc64/hppa/alpha/mips64*.

- resurrect most of patch-ctypes*
- fix pagesize for alpha/sparc64/mips64 in patch-gc_Heap_h
- patch-assembler* from bcallah@

As advertised, most of this is broken at runtime, but it's not that worse than 
previously.
# jsapi-tests crashes in js::MarkRangeConservatively() on hppa (SIGSEGV in 
js/src/jsgc.cpp:1142)
# jsapi-tests crashes in js::Bindings::switchToScriptStorage() on alpha (SIGBUS 
in jsutil.h:235)
# jsapi-tests crashes in js::Bindings::switchToScriptStorage() on sparc64 & 
mips64 (SIGBUS in jsutil.h:33)
-

Reply via email to