summaryrefslogtreecommitdiff
path: root/packages/mingw-w64/v3.3.0
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mingw-w64/v3.3.0')
-rw-r--r--packages/mingw-w64/v3.3.0/0000-mingw64-malloc.patch30
-rw-r--r--packages/mingw-w64/v3.3.0/0001-gendef-explicit-fallthrough.patch44
-rw-r--r--packages/mingw-w64/v3.3.0/0002-genpeimg-explicit-fallthrough.patch31
-rw-r--r--packages/mingw-w64/v3.3.0/chksum4
-rw-r--r--packages/mingw-w64/v3.3.0/version.desc3
5 files changed, 0 insertions, 112 deletions
diff --git a/packages/mingw-w64/v3.3.0/0000-mingw64-malloc.patch b/packages/mingw-w64/v3.3.0/0000-mingw64-malloc.patch
deleted file mode 100644
index 8e0add1..0000000
--- a/packages/mingw-w64/v3.3.0/0000-mingw64-malloc.patch
+++ /dev/null
@@ -1,30 +0,0 @@
----
- mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++
- mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++
- 2 files changed, 5 insertions(+)
-
---- a/mingw-w64-tools/genidl/src/genidl_cfg.h
-+++ b/mingw-w64-tools/genidl/src/genidl_cfg.h
-@@ -26,7 +26,9 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#if defined(HAVE_MALLOC_H)
- #include <malloc.h>
-+#endif
- #include <memory.h>
- #include <stdarg.h>
- #include <stdint.h>
---- a/mingw-w64-tools/genidl/src/genidl_typinfo.c
-+++ b/mingw-w64-tools/genidl/src/genidl_typinfo.c
-@@ -21,7 +21,10 @@
- #include "genidl_cfg.h"
- #include "genidl_typeinfo.h"
- #include "genidl_typinfo.h"
-+#if defined(HAVE_MALLOC_H)
- #include <malloc.h>
-+#endif
-+#include <stdlib.h>
- #include <string.h>
- #include <memory.h>
-
diff --git a/packages/mingw-w64/v3.3.0/0001-gendef-explicit-fallthrough.patch b/packages/mingw-w64/v3.3.0/0001-gendef-explicit-fallthrough.patch
deleted file mode 100644
index 0537bab..0000000
--- a/packages/mingw-w64/v3.3.0/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
-@@ -820,7 +820,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);
-@@ -1015,10 +1015,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:
-@@ -1045,7 +1045,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/v3.3.0/0002-genpeimg-explicit-fallthrough.patch b/packages/mingw-w64/v3.3.0/0002-genpeimg-explicit-fallthrough.patch
deleted file mode 100644
index 5986aef..0000000
--- a/packages/mingw-w64/v3.3.0/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/v3.3.0/chksum b/packages/mingw-w64/v3.3.0/chksum
deleted file mode 100644
index 807d3b8..0000000
--- a/packages/mingw-w64/v3.3.0/chksum
+++ /dev/null
@@ -1,4 +0,0 @@
-md5 mingw-w64-v3.3.0.tar.bz2 3c56901ca7be60beba6d58caff168240
-sha1 mingw-w64-v3.3.0.tar.bz2 d31eac960d42e791970697eae5724e529c81dcd6
-sha256 mingw-w64-v3.3.0.tar.bz2 44764daa65f9adf562b0456e7b681c73c074dc6d1d3ae210f6000af0b641fcef
-sha512 mingw-w64-v3.3.0.tar.bz2 0bee700da1a2c7ee532fb85d5a01592ecf843a0f400105ba9270cf8c3346e65af5410c84d1d1116aa43eabafa7dd331d99059033234490e72707fe66a1e0b187
diff --git a/packages/mingw-w64/v3.3.0/version.desc b/packages/mingw-w64/v3.3.0/version.desc
deleted file mode 100644
index 4a03e3f..0000000
--- a/packages/mingw-w64/v3.3.0/version.desc
+++ /dev/null
@@ -1,3 +0,0 @@
-obsolete='yes'
-archive_formats='.tar.bz2'
-signature_format=