FreeBSD Bugzilla – Attachment 179700 Details for
Bug 216153
www/webkit-qt4: fails to build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
armv6 fix
www_webkit-qt4.patch (text/plain), 5.26 KB, created by
Mikael Urankar
on 2017-02-07 12:11:19 UTC
(
hide
)
Description:
armv6 fix
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2017-02-07 12:11:19 UTC
Size:
5.26 KB
patch
obsolete
>Index: files/patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocator.h >=================================================================== >--- files/patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocator.h (nonexistent) >+++ files/patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocator.h (working copy) >@@ -0,0 +1,11 @@ >+--- src/3rdparty/webkit/Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2017-01-05 13:47:51 UTC >++++ src/3rdparty/webkit/Source/JavaScriptCore/jit/ExecutableAllocator.h >+@@ -326,6 +326,8 @@ public: >+ syscall(__NR_cacheflush, reinterpret_cast<unsigned>(code), size, CACHEFLUSH_D_WB | CACHEFLUSH_I); >+ #endif >+ } >++#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG) >++ __clear_cache(code, reinterpret_cast<char*>(code) + size); >+ #else >+ #error "The cacheFlush support is missing on this platform." >+ #endif > >Property changes on: files/patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocator.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h >=================================================================== >--- files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h (nonexistent) >+++ files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h (working copy) >@@ -0,0 +1,10 @@ >+--- src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h.orig 2017-02-07 10:30:44 UTC >++++ src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h >+@@ -279,6 +279,7 @@ >+ #elif defined(__ARM_ARCH_6__) \ >+ || defined(__ARM_ARCH_6J__) \ >+ || defined(__ARM_ARCH_6K__) \ >++ || defined(__ARM_ARCH_6KZ__) \ >+ || defined(__ARM_ARCH_6Z__) \ >+ || defined(__ARM_ARCH_6ZK__) \ >+ || defined(__ARM_ARCH_6T2__) \ > >Property changes on: files/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp >=================================================================== >--- files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp (nonexistent) >+++ files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/FEGaussianBlurNEON.cpp.orig 2017-01-10 15:46:28 UTC >++++ src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/FEGaussianBlurNEON.cpp >+@@ -285,7 +285,7 @@ TOSTRING(neonDrawAlphaChannelGaussianBlu >+ "vmov.u32 " REMAINING_STRIDES_R ", " REMAINING_STRIDES_S0 NL >+ // Early return for 0 strides. >+ "cmp " REMAINING_STRIDES_R ", #0" NL >+- "ldmeqia sp!, {r4-r8, r10, r11, pc}" NL >++ "ldmiaeq sp!, {r4-r8, r10, r11, pc}" NL >+ >+ // Initialize the sum variable. >+ "vmov.u32 " SUM_Q ", #0" NL > >Property changes on: files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FEGaussianBlurNEON.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp >=================================================================== >--- files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp (nonexistent) >+++ files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/FELightingNEON.cpp.orig 2016-12-21 17:09:11 UTC >++++ src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/FELightingNEON.cpp >+@@ -403,7 +403,7 @@ TOSTRING(neonDrawLighting) ":" NL >+ "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL >+ "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL >+ "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL >+- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL >++ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL >+ // The color values are stored in-place. >+ "strb r2, [" PIXELS_R ", #-11]" NL >+ "strb r3, [" PIXELS_R ", #-10]" NL > >Property changes on: files/patch-src_3rdparty_webkit_Source_WebCore_platform_graphics_filters_arm_FELightingNEON.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 216153
:
178970
| 179700