pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gdb-netbsd: Remove no longer needed patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Mar 12 16:29:55 2020 +0100
Changeset:	df9457e1f36071c0a05476cbe5ee3249f1a25c44

Modified Files:
	gdb-netbsd/distinfo
Removed Files:
	gdb-netbsd/patches/patch-sim_ppc_events.c

Log Message:
gdb-netbsd: Remove no longer needed patch

Fixed upstream:

Author: Tom Tromey <tromey%redhat.com@localhost>
Date:   Thu Nov 3 15:48:17 2011 +0000

    2011-02-11  Ben Golding  <ben_golding%yahoo.co.uk@localhost>

            * events.c: add #include <stdlib.h> for free(). Fix PR build/13372.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=df9457e1f36071c0a05476cbe5ee3249f1a25c44

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gdb-netbsd/distinfo                       |  3 +--
 gdb-netbsd/patches/patch-sim_ppc_events.c | 12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

diffs:
diff --git a/gdb-netbsd/distinfo b/gdb-netbsd/distinfo
index d35a12f8b7..90888bfc54 100644
--- a/gdb-netbsd/distinfo
+++ b/gdb-netbsd/distinfo
@@ -118,8 +118,7 @@ SHA1 (patch-sim_microblaze_configure) = da39a3ee5e6b4b0d3255bfef95601890afd80709
 SHA1 (patch-sim_mips_Makefile.in) = 21db438aba5935cccc744b0f9d65992f32a9aa69
 SHA1 (patch-sim_mn10300_Makefile.in) = 9ef75b2651ca1813b2a09dc7f327af4ee045458f
 SHA1 (patch-sim_moxie_configure) = da39a3ee5e6b4b0d3255bfef95601890afd80709
-SHA1 (patch-sim_ppc_emul__netbsd.c) = c89ffc38760acedb55c211f946c86dc12bdc6d4a
-SHA1 (patch-sim_ppc_events.c) = a32cee946443c5f6ca4a6a1aab2ee2081d40472d
+SHA1 (patch-sim_ppc_emul__netbsd.c) = beeeeaab89a06301c9626824851c6bc43594058c
 SHA1 (patch-sim_ppc_hw__memory.c) = 1bb1788515ac1aa90192a4d6680cff7363bcaddc
 SHA1 (patch-sim_testsuite_sim_bfin_run-tests.sh) = da39a3ee5e6b4b0d3255bfef95601890afd80709
 SHA1 (patch-sim_v850_Makefile.in) = 910357bba7ec1c97e0eba1286c31534a2746d854
diff --git a/gdb-netbsd/patches/patch-sim_ppc_events.c b/gdb-netbsd/patches/patch-sim_ppc_events.c
deleted file mode 100644
index 94d8666b31..0000000000
--- a/gdb-netbsd/patches/patch-sim_ppc_events.c
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- sim/ppc/events.c.orig	2019-07-16 00:00:27.000000000 +0000
-+++ sim/ppc/events.c
-@@ -24,6 +24,7 @@
- #include "basics.h"
- #include "events.h"
- 
-+#include <stdlib.h>
- #include <signal.h>
- #include <stdlib.h>
- 


Home | Main Index | Thread Index | Old Index