FreeBSD Bugzilla – Attachment 159917 Details for
Bug 202229
lang/spidermonkey170 does not build on ARM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
armv6 fix
lang_spidermonkey170.patch (text/plain), 798 bytes, created by
Mikael Urankar
on 2015-08-16 11:24:33 UTC
(
hide
)
Description:
armv6 fix
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-08-16 11:24:33 UTC
Size:
798 bytes
patch
obsolete
>--- files/patch-assembler_jit_ExecutableAllocator.h (revision 0) >+++ files/patch-assembler_jit_ExecutableAllocator.h (working copy) >@@ -0,0 +1,14 @@ >+--- assembler/jit/ExecutableAllocator.h.orig 2015-08-16 11:10:53 UTC >++++ assembler/jit/ExecutableAllocator.h >+@@ -445,6 +445,11 @@ public: >+ { >+ User::IMB_Range(code, static_cast<char*>(code) + size); >+ } >++#elif WTF_CPU_ARM_TRADITIONAL && (WTF_OS_FREEBSD || WTF_OS_NETBSD) >++ static void cacheFlush(void* code, size_t size) >++ { >++ __clear_cache(code, reinterpret_cast<char*>(code) + size); >++ } >+ #elif WTF_CPU_ARM_TRADITIONAL && WTF_OS_LINUX && WTF_COMPILER_RVCT >+ static __asm void cacheFlush(void* code, size_t size); >+ #elif WTF_CPU_ARM_TRADITIONAL && (WTF_OS_LINUX || WTF_OS_ANDROID) && WTF_COMPILER_GCC
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202229
:
159916
| 159917 |
159925
|
159926
|
159927