summaryrefslogtreecommitdiff
path: root/packages/mingw-w64
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-12-03 17:20:23 (GMT)
committerAlexey Neyman <stilor@att.net>2017-12-03 17:20:23 (GMT)
commit9d5da1886aa9c7288ceec38206f63d7ee3cf6805 (patch)
tree06ee4b68fecc62e687d93a7941c098aeeab17861 /packages/mingw-w64
parentd917a29865876b913fe2939ee2a0728145e8543a (diff)
Bunch of upgrades: android-ndk, expat, gcc-linaro, ...
... mingw-w64, musl, strace, uClibc-ng, linux. Also, regenerate chksum's after @bhundven's upgrade of binutils. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/mingw-w64')
-rw-r--r--packages/mingw-w64/v5.0.2/0001-gendef-explicit-fallthrough.patch44
-rw-r--r--packages/mingw-w64/v5.0.2/0002-genpeimg-explicit-fallthrough.patch31
-rw-r--r--packages/mingw-w64/v5.0.2/chksum8
-rw-r--r--packages/mingw-w64/v5.0.3/0000-mingw64-malloc.patch (renamed from packages/mingw-w64/v5.0.2/0000-mingw64-malloc.patch)0
-rw-r--r--packages/mingw-w64/v5.0.3/chksum8
-rw-r--r--packages/mingw-w64/v5.0.3/version.desc (renamed from packages/mingw-w64/v5.0.2/version.desc)0
6 files changed, 8 insertions, 83 deletions
diff --git a/packages/mingw-w64/v5.0.2/0001-gendef-explicit-fallthrough.patch b/packages/mingw-w64/v5.0.2/0001-gendef-explicit-fallthrough.patch
deleted file mode 100644
index e4c7780..0000000
--- a/packages/mingw-w64/v5.0.2/0001-gendef-explicit-fallthrough.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-commit b4416f9a54ca0f27adc4a5a2d576779ec1288047
-Author: sezero <sezero@users.sourceforge.net>
-Date: Thu Jun 15 09:50:00 2017 +0300
-
- gendef.c (getMemonic): add /* fallthru */ comments in the switch to avoid -Wimplicit-fallthrough
-
----
- mingw-w64-tools/gendef/src/gendef.c | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
---- a/mingw-w64-tools/gendef/src/gendef.c
-+++ b/mingw-w64-tools/gendef/src/gendef.c
-@@ -836,7 +836,7 @@
- if (!sz || code == c_ill)
- {
- PRDEBUG(" %s = 0x08%x ILL (%u) at least one==%d\n",name,
-- (unsigned int) pc, (unsigned int) sz,atleast_one[0]);
-+ (unsigned int) pc, (unsigned int) sz,atleast_one[0]);
- #if ENABLE_DEBUG == 1
- {
- unsigned char *ppc = (unsigned char *) map_va (pc);
-@@ -1031,10 +1031,10 @@
- PRDEBUG(" 0x%x illegal ", (unsigned int) b);
- #endif
- *aCode=c_ill; return 0;
-- case c_4: sz++;
-- case c_3: sz++;
-+ case c_4: sz++;/* fallthru */
-+ case c_3: sz++;/* fallthru */
- case c_lb:
-- case c_2: sz++;
-+ case c_2: sz++;/* fallthru */
- case c_retn: case c_retf:
- case c_iret: case c_int3:
- case c_ad: case c_op:
-@@ -1061,7 +1061,7 @@
- p = (unsigned char *) map_va (pc + sz);
- if (!p) { *aCode=c_ill; return 0; }
- #if ENABLE_DEBUG == 1
-- enter_save_insn(lw,p[0]);
-+ enter_save_insn(lw,p[0]);
- #endif
- b&=~0x7; b|=(p[0]&7);
- sz+=1;
diff --git a/packages/mingw-w64/v5.0.2/0002-genpeimg-explicit-fallthrough.patch b/packages/mingw-w64/v5.0.2/0002-genpeimg-explicit-fallthrough.patch
deleted file mode 100644
index 5986aef..0000000
--- a/packages/mingw-w64/v5.0.2/0002-genpeimg-explicit-fallthrough.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-commit f9f2bd0641b89895ab42b1948f431dadf1e837a4
-Author: sezero <sezero@users.sourceforge.net>
-Date: Thu Jun 15 09:45:52 2017 +0300
-
- genpeimg.c (pass_args): add a /* fallthru */ comment in the switch
- after show_usage() to avoid -Wimplicit-fallthrough
- (show_usage): mark the function with noreturn attribute.
-
----
- mingw-w64-tools/genpeimg/src/genpeimg.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
---- a/mingw-w64-tools/genpeimg/src/genpeimg.c
-+++ b/mingw-w64-tools/genpeimg/src/genpeimg.c
-@@ -28,7 +28,7 @@
- int dump_information = 0;
- static char *file_name = NULL;
-
--static void
-+static void __attribute__((noreturn))
- show_usage (void)
- {
- fprintf (stderr, "genpeimg [options] files...\n");
-@@ -204,6 +204,7 @@
- case 'h':
- if (h[2] == 0)
- show_usage ();
-+ /* fallthru */
- default:
- error_point:
- fprintf (stderr, "Unknown option ,%s'\n", h);
diff --git a/packages/mingw-w64/v5.0.2/chksum b/packages/mingw-w64/v5.0.2/chksum
deleted file mode 100644
index 8e6f53a..0000000
--- a/packages/mingw-w64/v5.0.2/chksum
+++ /dev/null
@@ -1,8 +0,0 @@
-md5 mingw-w64-v5.0.2.tar.bz2 80d6884c9da234e73054347f44158b8a
-sha1 mingw-w64-v5.0.2.tar.bz2 bb5409f034abb7c021b3e1c14db433fd253cbb59
-sha256 mingw-w64-v5.0.2.tar.bz2 5f46e80ff1a9102a37a3453743dae9df98262cba7c45306549ef7432cfd92cfd
-sha512 mingw-w64-v5.0.2.tar.bz2 430065a822afb9901219b1f86ea221ae70ef7820ea298f51828bf1689a014115dade967a806388b7ee3ed1ea1d6c53970514ec64d0185b5024523093d9e96060
-md5 mingw-w64-v5.0.2.zip 4c3d2eba443d575444d6e3e388d82988
-sha1 mingw-w64-v5.0.2.zip 118a2b44948385c3230f94e9a0ca2a0eab1d9692
-sha256 mingw-w64-v5.0.2.zip 3c1489941ec66574912c7a1927e2b4c12f6e0a48459183e43b2f3eeba13d3c19
-sha512 mingw-w64-v5.0.2.zip 16516f69adaeef6658fe826fd5f884aff969a18295941a0807be1130e82b7b85f6536e46623a6f5ce685fdcdabbf9043a56da7af1c061d53ccdf844f9207591d
diff --git a/packages/mingw-w64/v5.0.2/0000-mingw64-malloc.patch b/packages/mingw-w64/v5.0.3/0000-mingw64-malloc.patch
index f19e8ce..f19e8ce 100644
--- a/packages/mingw-w64/v5.0.2/0000-mingw64-malloc.patch
+++ b/packages/mingw-w64/v5.0.3/0000-mingw64-malloc.patch
diff --git a/packages/mingw-w64/v5.0.3/chksum b/packages/mingw-w64/v5.0.3/chksum
new file mode 100644
index 0000000..3a90fe6
--- /dev/null
+++ b/packages/mingw-w64/v5.0.3/chksum
@@ -0,0 +1,8 @@
+md5 mingw-w64-v5.0.3.tar.bz2 5524c20312560cc8683b7d8ee292cb8c
+sha1 mingw-w64-v5.0.3.tar.bz2 96278378b829695007ce6a527278cba19cb829f2
+sha256 mingw-w64-v5.0.3.tar.bz2 2a601db99ef579b9be69c775218ad956a24a09d7dabc9ff6c5bd60da9ccc9cb4
+sha512 mingw-w64-v5.0.3.tar.bz2 85bc0244cd30ef38262792d61502a012348b8220ef249352b68ddfa40663ca1cae5f81bed70caa9579469fad6ad16a95f02387c280effeda7ce8287b549f3fc9
+md5 mingw-w64-v5.0.3.zip b75a32a328eeb9e8798e079a3f920fe8
+sha1 mingw-w64-v5.0.3.zip 07a91d7c045c5183c67c0c51a8bfd5c1b21f34d2
+sha256 mingw-w64-v5.0.3.zip 0fbe41e451b43882547a26974c809968d5e71cab92526d9e5e0ebfecbed9ede7
+sha512 mingw-w64-v5.0.3.zip 772e9a8d42c0cc6b7a95c5943bac626a1fdf89a259f47f3dac96e4c47ec6ec1e04c2f08d436ed8ff9d0712e9654489536ba677735a74a411eb4055826b262703
diff --git a/packages/mingw-w64/v5.0.2/version.desc b/packages/mingw-w64/v5.0.3/version.desc
index e69de29..e69de29 100644
--- a/packages/mingw-w64/v5.0.2/version.desc
+++ b/packages/mingw-w64/v5.0.3/version.desc