mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
mingw-w64: Remove obsolete versions
The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - mingw-w64-v2.0.10 - mingw-w64-v3.0.0 - mingw-w64-v3.1.0 - mingw-w64-v3.2.0 - mingw-w64-v3.3.0 Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
a664e5b8b9
commit
a3ea762c1c
@ -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
|
||||
@@ -51,7 +51,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
|
||||
@@ -46,7 +46,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>
|
||||
|
@ -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
|
||||
@@ -826,7 +826,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);
|
||||
@@ -1021,10 +1021,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:
|
||||
@@ -1051,7 +1051,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;
|
4
packages/mingw-w64/v2.0.10/chksum
vendored
4
packages/mingw-w64/v2.0.10/chksum
vendored
@ -1,4 +0,0 @@
|
||||
md5 mingw-w64-v2.0.10.tar.gz 2d5c8fd207ba8b263ba6e77339cf324d
|
||||
sha1 mingw-w64-v2.0.10.tar.gz 9e5f68ef94f4cd6d99c3ccc0413da288d45cee00
|
||||
sha256 mingw-w64-v2.0.10.tar.gz 4c11018854e7cdd225b0a40c06ea1207144173fa59795cedd597addc1c472662
|
||||
sha512 mingw-w64-v2.0.10.tar.gz de553c590f2b86aab43f4bf8954c133d2804ac3f70aa8c1696ffffde51a17c45ea54abd57782eecfe9db2c602f7b5b1996ff952bcf11fd527494bfac0347640f
|
3
packages/mingw-w64/v2.0.10/version.desc
vendored
3
packages/mingw-w64/v2.0.10/version.desc
vendored
@ -1,3 +0,0 @@
|
||||
obsolete='yes'
|
||||
archive_formats='.tar.gz'
|
||||
signature_format=
|
@ -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>
|
||||
|
@ -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;
|
@ -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);
|
4
packages/mingw-w64/v3.0.0/chksum
vendored
4
packages/mingw-w64/v3.0.0/chksum
vendored
@ -1,4 +0,0 @@
|
||||
md5 mingw-w64-v3.0.0.tar.bz2 22b0030702fe00927daf1ae6ddfb526e
|
||||
sha1 mingw-w64-v3.0.0.tar.bz2 e2684886442a338d48d02c56ef70eb07039878c3
|
||||
sha256 mingw-w64-v3.0.0.tar.bz2 ffd381a53cb774843667ccdaeb3a23f86be77b0344355e1a5947b3ceb8343c67
|
||||
sha512 mingw-w64-v3.0.0.tar.bz2 7fc438908328ae4429f79dfaaae92bc7e88bc0f46517bdebdc3c45b3e8062ff6c27f166eb51103c2d49aae01851d82f33e0b031c8d98198baaeb119e19221989
|
3
packages/mingw-w64/v3.0.0/version.desc
vendored
3
packages/mingw-w64/v3.0.0/version.desc
vendored
@ -1,3 +0,0 @@
|
||||
obsolete='yes'
|
||||
archive_formats='.tar.bz2'
|
||||
signature_format=
|
@ -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>
|
||||
|
@ -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;
|
@ -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);
|
4
packages/mingw-w64/v3.1.0/chksum
vendored
4
packages/mingw-w64/v3.1.0/chksum
vendored
@ -1,4 +0,0 @@
|
||||
md5 mingw-w64-v3.1.0.tar.bz2 df0e7657f46cbd59ed9cbe2a50c66e15
|
||||
sha1 mingw-w64-v3.1.0.tar.bz2 c167b1dc114a13c465fe6adcce9dc65c509baf75
|
||||
sha256 mingw-w64-v3.1.0.tar.bz2 ece7a7e7e1ab5e25d5ce469f8e4de7223696146fffa71c16e2a9b017d0e017d2
|
||||
sha512 mingw-w64-v3.1.0.tar.bz2 9f418694aa0f072e2f08766fcee8929ac3022187750028781336243e050495b9709bb9ae87b4a83a8e9d3856478c525d8636277a4c219e282421b269dafa68d8
|
3
packages/mingw-w64/v3.1.0/version.desc
vendored
3
packages/mingw-w64/v3.1.0/version.desc
vendored
@ -1,3 +0,0 @@
|
||||
obsolete='yes'
|
||||
archive_formats='.tar.bz2'
|
||||
signature_format=
|
@ -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>
|
||||
|
@ -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;
|
@ -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);
|
4
packages/mingw-w64/v3.2.0/chksum
vendored
4
packages/mingw-w64/v3.2.0/chksum
vendored
@ -1,4 +0,0 @@
|
||||
md5 mingw-w64-v3.2.0.tar.bz2 cae9125a531f346afb49c4efea391c53
|
||||
sha1 mingw-w64-v3.2.0.tar.bz2 edd7ce33e36689fa35ab2c9799c4e8f33e288d70
|
||||
sha256 mingw-w64-v3.2.0.tar.bz2 78a0de610829a1145ae12c4a29603344963a0b8156ba39a9a31a0e79c3b29142
|
||||
sha512 mingw-w64-v3.2.0.tar.bz2 dd483bcf7ba0e698a33a0b02a811b181e601cd344b87dafd0f6c477f68efb9a617a4109046fd06735242623f87833cf97688f057583e1378d6d84e7818927593
|
3
packages/mingw-w64/v3.2.0/version.desc
vendored
3
packages/mingw-w64/v3.2.0/version.desc
vendored
@ -1,3 +0,0 @@
|
||||
obsolete='yes'
|
||||
archive_formats='.tar.bz2'
|
||||
signature_format=
|
@ -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>
|
||||
|
@ -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;
|
@ -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);
|
4
packages/mingw-w64/v3.3.0/chksum
vendored
4
packages/mingw-w64/v3.3.0/chksum
vendored
@ -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
|
3
packages/mingw-w64/v3.3.0/version.desc
vendored
3
packages/mingw-w64/v3.3.0/version.desc
vendored
@ -1,3 +0,0 @@
|
||||
obsolete='yes'
|
||||
archive_formats='.tar.bz2'
|
||||
signature_format=
|
Loading…
x
Reference in New Issue
Block a user