summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre2/import_from_pcre2_tarball.sh
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-12-04 16:45:55 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-12-07 15:22:43 +0100
commit509c25752112583e6bc997e8c9442f6b69136816 (patch)
treeba89fdcf7f57f348c8ce4deee403f7cdacb3c466 /src/3rdparty/pcre2/import_from_pcre2_tarball.sh
parent4be6663cf2d3fc3d4df295f909bae722b2673c05 (diff)
PCRE: update to 10.36
Dropped the RTEMS patch (upstream now uses posix_madvise). Drop support for the TILE architecture (dropped by upstream). [ChangeLog][Third-Party Code] PCRE2 has been updated to version 10.36. Pick-to: 6.0 5.15 Change-Id: Idb4467bef0ff520605b8b5d9188b9d67d8e4d0f2 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/3rdparty/pcre2/import_from_pcre2_tarball.sh')
-rwxr-xr-xsrc/3rdparty/pcre2/import_from_pcre2_tarball.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/3rdparty/pcre2/import_from_pcre2_tarball.sh b/src/3rdparty/pcre2/import_from_pcre2_tarball.sh
index 0a308d8104..c7abb7d297 100755
--- a/src/3rdparty/pcre2/import_from_pcre2_tarball.sh
+++ b/src/3rdparty/pcre2/import_from_pcre2_tarball.sh
@@ -128,14 +128,15 @@ FILES="
src/sljit/sljitNativePPC_32.c
src/sljit/sljitNativePPC_64.c
src/sljit/sljitNativePPC_common.c
+ src/sljit/sljitNativeS390X.c
src/sljit/sljitNativeSPARC_32.c
src/sljit/sljitNativeSPARC_common.c
- src/sljit/sljitNativeTILEGX_64.c
- src/sljit/sljitNativeTILEGX-encoder.c
src/sljit/sljitNativeX86_32.c
src/sljit/sljitNativeX86_64.c
src/sljit/sljitNativeX86_common.c
+ src/sljit/sljitProtExecAllocator.c
src/sljit/sljitUtils.c
+ src/sljit/sljitWXExecAllocator.c
"
for i in $FILES; do