summaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-bug1125579
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-07-16 06:05:59 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-07-16 06:05:59 +0000
commitef0a0c91f153782cd38b84d14147dfa8cef8337f (patch)
treecaa550e9c6de6d456de3b7c58dd8a734b5352b71 /www/libxul/files/patch-bug1125579
parentRevert 392050 (diff)
- Update NSS and ca_root_nss to 3.19.2
- Update Firefox and gmp-api to 39.0 - Update Firefox ESR and libxul to 38.1.0 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19.2_release_notes Changes: https://www.mozilla.org/firefox/39.0/releasenotes/ Changes: https://www.mozilla.org/firefox/38.1.0/releasenotes/ MFH: 2015Q3 Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
Notes
Notes: svn path=/head/; revision=392273
Diffstat (limited to 'www/libxul/files/patch-bug1125579')
-rw-r--r--www/libxul/files/patch-bug112557914
1 files changed, 0 insertions, 14 deletions
diff --git a/www/libxul/files/patch-bug1125579 b/www/libxul/files/patch-bug1125579
deleted file mode 100644
index 710e76fa1025..000000000000
--- a/www/libxul/files/patch-bug1125579
+++ /dev/null
@@ -1,14 +0,0 @@
---- js/src/assembler/jit/ExecutableAllocator.h~
-+++ js/src/assembler/jit/ExecutableAllocator.h
-@@ -454,6 +454,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