Source: pcre3
Source-Version: 2:8.35-3.3
Tags: patch
User: [email protected]
Usertags: ppc64el

--

In 8.35, we do not need to disable jit anymore, support is on already there on 
ppc64el.
Tests passed.
Thanks,

Fred
diff -Nru pcre3-8.35/debian/changelog pcre3-8.35/debian/changelog
--- pcre3-8.35/debian/changelog	2014-12-06 18:58:27.000000000 +0000
+++ pcre3-8.35/debian/changelog	2015-05-22 15:37:37.000000000 +0000
@@ -1,3 +1,9 @@
+pcre3 (2:8.35-3.3withjit1) UNRELEASED; urgency=medium
+
+  * Remove no_jit_ppc64el.patch that is not required anymore on ppc64el
+
+ -- Frdric Bonnard <[email protected]>  Fri, 22 May 2015 15:36:49 +0000
+
 pcre3 (2:8.35-3.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pcre3-8.35/debian/patches/no_jit_ppc64el.patch pcre3-8.35/debian/patches/no_jit_ppc64el.patch
--- pcre3-8.35/debian/patches/no_jit_ppc64el.patch	2014-12-06 18:58:27.000000000 +0000
+++ pcre3-8.35/debian/patches/no_jit_ppc64el.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,18 +0,0 @@
-Description: Disable JIT on ppc64el, needs explicit porting to ELFv2.
-Author: Adam Conrad <[email protected]>
-
---- a/sljit/sljitConfigInternal.h
-+++ b/sljit/sljitConfigInternal.h
-@@ -109,7 +109,11 @@
- #elif defined (__aarch64__)
- #define SLJIT_CONFIG_ARM_64 1
- #elif defined(__ppc64__) || defined(__powerpc64__) || defined(_ARCH_PPC64) || (defined(_POWER) && defined(__64BIT__))
--#define SLJIT_CONFIG_PPC_64 1
-+# if _CALL_ELF != 2
-+#  define SLJIT_CONFIG_PPC_64 1
-+# else
-+#  define SLJIT_CONFIG_UNSUPPORTED 1
-+# endif
- #elif defined(__ppc__) || defined(__powerpc__) || defined(_ARCH_PPC) || defined(_ARCH_PWR) || defined(_ARCH_PWR2) || defined(_POWER)
- #define SLJIT_CONFIG_PPC_32 1
- #elif defined(__mips__) && !defined(_LP64)
diff -Nru pcre3-8.35/debian/patches/series pcre3-8.35/debian/patches/series
--- pcre3-8.35/debian/patches/series	2014-12-06 18:58:27.000000000 +0000
+++ pcre3-8.35/debian/patches/series	2015-05-22 15:34:15.000000000 +0000
@@ -3,6 +3,5 @@
 pcre_info.patch
 pcregrep.1-patch
 soname.patch
-no_jit_ppc64el.patch
 Fix-silly-quantifier-size-check.patch
 cve-2014-8964.patch

Reply via email to