pkgsrc-WIP-changes archive

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

gdb-netbsd: Drop local patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Mar 14 12:13:55 2020 +0100
Changeset:	b8d19a6b9c74f18e5c68a30dcc05395c6917275e

Modified Files:
	gdb-netbsd/distinfo
Removed Files:
	gdb-netbsd/patches/patch-libctf_swap.h
	gdb-netbsd/patches/patch-opcodes_cgen.sh

Log Message:
gdb-netbsd: Drop local patches

libctf_swap.h was fixed upstream.

cgen.sh is not applicable for pkgsrc.

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

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

diffstat:
 gdb-netbsd/distinfo                      |  2 --
 gdb-netbsd/patches/patch-libctf_swap.h   | 36 --------------------------------
 gdb-netbsd/patches/patch-opcodes_cgen.sh | 12 -----------
 3 files changed, 50 deletions(-)

diffs:
diff --git a/gdb-netbsd/distinfo b/gdb-netbsd/distinfo
index 28bfa5510e..39df55cca9 100644
--- a/gdb-netbsd/distinfo
+++ b/gdb-netbsd/distinfo
@@ -77,7 +77,5 @@ SHA1 (patch-gdb_vax-bsd-nat.c) = 999589c89a2db8a4b38435aa6e9263e72791f60c
 SHA1 (patch-gdb_x86-bsd-nat.c) = 615cbfb2b8b00a79fe94b2538d1b1dfc404b3262
 SHA1 (patch-include_elf_common.h) = 60e8ee09e6c4727af20686808a637e6d84758e5a
 SHA1 (patch-intl_Makefile.in) = cb9c50bbdfc086a59a549799254365a27d52feec
-SHA1 (patch-libctf_swap.h) = b4755fa27f4d3d98aec03ea4c13a8e3985496d8b
 SHA1 (patch-libiberty_make-temp-file.c) = 6e5c3fc9dde722a263cdbe3d51a714538a0c6cd1
-SHA1 (patch-opcodes_cgen.sh) = ace9d4c93194da654e27af63d045c3220879ade6
 SHA1 (patch-sim_common_callback.c) = ac55e639ed6ba51c5daef5fffccc3413abeb1df2
diff --git a/gdb-netbsd/patches/patch-libctf_swap.h b/gdb-netbsd/patches/patch-libctf_swap.h
deleted file mode 100644
index d097c4c101..0000000000
--- a/gdb-netbsd/patches/patch-libctf_swap.h
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD$
-
---- libctf/swap.h.orig	2019-07-16 00:00:27.000000000 +0000
-+++ libctf/swap.h
-@@ -28,13 +28,13 @@
- #else
- 
- /* Provide our own versions of the byteswap functions.  */
--inline uint16_t
-+static inline uint16_t
- bswap_16 (uint16_t v)
- {
-   return ((v >> 8) & 0xff) | ((v & 0xff) << 8);
- }
- 
--inline uint32_t
-+static inline uint32_t
- bswap_32 (uint32_t v)
- {
-   return (  ((v & 0xff000000) >> 24)
-@@ -43,13 +43,13 @@ bswap_32 (uint32_t v)
- 	  | ((v & 0x000000ff) << 24));
- }
- 
--inline uint64_t
-+static inline uint64_t
- bswap_identity_64 (uint64_t v)
- {
-   return v;
- }
- 
--inline uint64_t
-+static inline uint64_t
- bswap_64 (uint64_t v)
- {
-   return (  ((v & 0xff00000000000000ULL) >> 56)
diff --git a/gdb-netbsd/patches/patch-opcodes_cgen.sh b/gdb-netbsd/patches/patch-opcodes_cgen.sh
deleted file mode 100644
index 85fc124db1..0000000000
--- a/gdb-netbsd/patches/patch-opcodes_cgen.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- opcodes/cgen.sh.orig	2019-07-16 00:00:27.000000000 +0000
-+++ opcodes/cgen.sh
-@@ -61,6 +61,7 @@ shift ; options=$9
- shift ; extrafiles=$9
- 
- rootdir=${srcdir}/..
-+move_if_change="${CONFIG_SHELL:-/bin/sh} ${rootdir}/move-if-change"
- 
- # $arch is $6, as passed on the command line.
- # $ARCH is the same argument but in all uppercase.


Home | Main Index | Thread Index | Old Index