pkgsrc-WIP-changes archive

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

gdb-patches: Drop no longer needed patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Mar 17 13:18:15 2020 +0100
Changeset:	599e92f21bb0547a04f551f36740df7ea6f47bf8

Modified Files:
	gdb-netbsd/distinfo
Removed Files:
	gdb-netbsd/patches/patch-gdb_sparc-nat.h

Log Message:
gdb-patches: Drop no longer needed patch

Fixed upstream:

commit c6a42d11acf2d485bf70d76eda76fd005fcd6825
Author: Christian Biesinger <cbiesinger%google.com@localhost>
Date:   Wed Feb 5 11:43:22 2020 -0600

    Fix base class function call

    This was a typo introduced in f6ac5f3d63e03a81c4ff3749aba234961cc9090e.

    Found by looking through NetBSD's GDB patches:
    https://github.com/NetBSD/pkgsrc-wip/blob/master/gdb-netbsd/patches/patch-gdb_sparc-nat.h

    This patch can't be tested on Linux because Linux does not use the
    sparc_target template.

    gdb/ChangeLog:

    2020-02-05  Christian Biesinger  <cbiesinger%google.com@localhost>

            * sparc-nat.h (struct sparc_target) <xfer_partial>: Fix base class
            function call.

    Change-Id: I4fa88cbdc365efe89b84cc0619b60db38718d9ce

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

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

diffstat:
 gdb-netbsd/distinfo                      |  1 -
 gdb-netbsd/patches/patch-gdb_sparc-nat.h | 13 -------------
 2 files changed, 14 deletions(-)

diffs:
diff --git a/gdb-netbsd/distinfo b/gdb-netbsd/distinfo
index 308e008bb0..1678245966 100644
--- a/gdb-netbsd/distinfo
+++ b/gdb-netbsd/distinfo
@@ -57,7 +57,6 @@ SHA1 (patch-gdb_regformats_regdef.h) = a126d2537ade44f669a7a6bcd59dcd89188554d1
 SHA1 (patch-gdb_sh-nbsd-nat.c) = f316feea0192b6926ebe01d0fc83effe632ae063
 SHA1 (patch-gdb_sh-nbsd-tdep.c) = 868d765ebf6c2d4dfb1319653c9312da1ce45a8e
 SHA1 (patch-gdb_sh-nbsd-tdep.h) = 6dca499544ec3e95cd2c10a07926d1e80ab6d109
-SHA1 (patch-gdb_sparc-nat.h) = 1a10f19afb13dd25eb0aef1486a48d8c6c4ac647
 SHA1 (patch-gdb_sparc-nbsd-nat.c) = 4aa8d16cf1210125f9117680014f2d8eaa36e681
 SHA1 (patch-gdb_sparc-nbsd-tdep.c) = c61b63a6673402852a2e95b06d382b8eda1653e9
 SHA1 (patch-gdb_sparc-nbsd-tdep.h) = 7520c8d0d465883abc4a302f1efabd9e52492acc
diff --git a/gdb-netbsd/patches/patch-gdb_sparc-nat.h b/gdb-netbsd/patches/patch-gdb_sparc-nat.h
deleted file mode 100644
index 9c8ba2ee94..0000000000
--- a/gdb-netbsd/patches/patch-gdb_sparc-nat.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- gdb/sparc-nat.h.orig	2019-07-16 00:00:27.000000000 +0000
-+++ gdb/sparc-nat.h
-@@ -75,7 +75,7 @@ struct sparc_target : public BaseTarget
-       return sparc_xfer_wcookie (object, annex, readbuf, writebuf,
- 				 offset, len, xfered_len);
- 
--    return BaseTarget (object, annex, readbuf, writebuf,
-+    return BaseTarget::xfer_partial (object, annex, readbuf, writebuf,
- 		       offset, len, xfered_len);
-   }
- };


Home | Main Index | Thread Index | Old Index