pkgsrc-WIP-changes archive

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

gdb-netbsd: Drop unrelated patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Sep 8 15:51:15 2020 +0200
Changeset:	d502d96660b3c553a61927a296b386222164032d

Modified Files:
	gdb-netbsd/distinfo
Removed Files:
	gdb-netbsd/patches/patch-gdb_testsuite_lib_fortran.exp

Log Message:
gdb-netbsd: Drop unrelated patch

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

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

diffstat:
 gdb-netbsd/distinfo                                |  1 -
 .../patches/patch-gdb_testsuite_lib_fortran.exp    | 39 ----------------------
 2 files changed, 40 deletions(-)

diffs:
diff --git a/gdb-netbsd/distinfo b/gdb-netbsd/distinfo
index 57c1f0ed52..b87083fc5a 100644
--- a/gdb-netbsd/distinfo
+++ b/gdb-netbsd/distinfo
@@ -10,7 +10,6 @@ SHA1 (patch-gdb_nat_fork-inferior.c) = ac89754b5dd1a69b0058bedaf512272a8d8d30fe
 SHA1 (patch-gdb_nat_netbsd-nat.c) = 7e3e38976d1c7bc6a1f19e4a80df9cd58c526459
 SHA1 (patch-gdb_nat_netbsd-nat.h) = df8d545ffb2a35ca6c467b15a5893612a596d49f
 SHA1 (patch-gdb_nbsd-nat.c) = 990e2a7028526f22719a7da91d3388c62dca074d
-SHA1 (patch-gdb_testsuite_lib_fortran.exp) = 89362ab7b8e0becba8d5975a81935f22536afd7b
 SHA1 (patch-gdbserver_ChangeLog) = 6328d14345bf070aea1ea1028344ad6e8e0ba68a
 SHA1 (patch-gdbserver_Makefile.in) = 4fe153030dd40b672eae2184c68070be181a9161
 SHA1 (patch-gdbserver_configure.srv) = 003db2c5e3caaf41113d1a353dccac488a1b9948
diff --git a/gdb-netbsd/patches/patch-gdb_testsuite_lib_fortran.exp b/gdb-netbsd/patches/patch-gdb_testsuite_lib_fortran.exp
deleted file mode 100644
index 000caf45c2..0000000000
--- a/gdb-netbsd/patches/patch-gdb_testsuite_lib_fortran.exp
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD$
-
---- gdb/testsuite/lib/fortran.exp.orig	2020-09-03 16:35:18.000000000 +0000
-+++ gdb/testsuite/lib/fortran.exp
-@@ -127,6 +127,34 @@ proc fortran_complex16 {} {
-     }
- }
- 
-+proc fortran_complex8 {} {
-+    if {[test_compiler_info {gcc-4-[012]-*}]} {
-+	return "complex8"
-+    } elseif {[test_compiler_info {gcc-*}]} {
-+	return "complex\\(kind=8\\)"
-+    } elseif {[test_compiler_info {clang-*}]} {
-+	return "double complex"
-+    } elseif {[test_compiler_info {icc-*}]} {
-+	return "COMPLEX\\(8\\)"
-+    } else {
-+	return "unknown"
-+    }
-+}
-+
-+proc fortran_complex16 {} {
-+    if {[test_compiler_info {gcc-4-[012]-*}]} {
-+	return "complex16"
-+    } elseif {[test_compiler_info {gcc-*}]} {
-+	return "complex\\(kind=16\\)"
-+    } elseif {[test_compiler_info {clang-*}]} {
-+	return "quad complex"
-+    } elseif {[test_compiler_info {icc-*}]} {
-+	return "COMPLEX\\(16\\)"
-+    } else {
-+	return "unknown"
-+    }
-+}
-+
- proc fortran_logical4 {} {
-     if {[test_compiler_info {gcc-4-[012]-*}]} {
- 	return "logical4"


Home | Main Index | Thread Index | Old Index