pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gdb-netbsd: Drop no longer needed patch chunk
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Mar 12 16:21:00 2020 +0100
Changeset: 8f682a975a279b7c5fe90a0800891f04dc591ae8
Modified Files:
gdb-netbsd/patches/patch-sim_ppc_emul__netbsd.c
Log Message:
gdb-netbsd: Drop no longer needed patch chunk
Problem fixed upstream:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=607c69321064f57595038d39af3328b0de73eb85
commit 607c69321064f57595038d39af3328b0de73eb85
Author: Kamil Rytarowski <n54%gmx.com@localhost>
Date: Thu Mar 12 15:02:26 2020 +0100
sim: ppc: netbsd: Sync errno codes with NetBSD 9.99.49
sim/ppc/ChangeLog:
* emul_netbsd.c (netbsd_error_names): Sync with NetBSD 9.99.49.
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7a20f753ef28251e4d3bca211e9ee338f67aa2a8
commit 7a20f753ef28251e4d3bca211e9ee338f67aa2a8
Author: Kamil Rytarowski <n54%gmx.com@localhost>
Date: Thu Mar 12 15:51:26 2020 +0100
sim: ppc: netbsd: Sync signal names with NetBSD 9.99.49
sim/ppc/ChangeLog:
* emul_netbsd.c (netbsd_signal_names): Sync with NetBSD 9.99.49.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8f682a975a279b7c5fe90a0800891f04dc591ae8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gdb-netbsd/patches/patch-sim_ppc_emul__netbsd.c | 32 -------------------------
1 file changed, 32 deletions(-)
diffs:
diff --git a/gdb-netbsd/patches/patch-sim_ppc_emul__netbsd.c b/gdb-netbsd/patches/patch-sim_ppc_emul__netbsd.c
index 8260431d34..2a62fe5ccd 100644
--- a/gdb-netbsd/patches/patch-sim_ppc_emul__netbsd.c
+++ b/gdb-netbsd/patches/patch-sim_ppc_emul__netbsd.c
@@ -505,35 +505,3 @@ $NetBSD$
};
static char *(netbsd_error_names[]) = {
-@@ -1373,7 +1645,22 @@ static char *(netbsd_error_names[]) = {
- /* 79 */ "EFTYPE",
- /* 80 */ "EAUTH",
- /* 81 */ "ENEEDAUTH",
-- /* 81 */ "ELAST",
-+ /* 82 */ "EIDRM",
-+ /* 83 */ "ENOMSG",
-+ /* 84 */ "EOVERFLOW",
-+ /* 85 */ "EILSEQ",
-+ /* 86 */ "ENOTSUP",
-+ /* 87 */ "ECANCELED",
-+ /* 88 */ "EBADMSG",
-+ /* 89 */ "ENODATA",
-+ /* 90 */ "ENOSR",
-+ /* 91 */ "ENOSTR",
-+ /* 92 */ "ETIME",
-+ /* 93 */ "ENOATTR",
-+ /* 94 */ "EMULTIHOP",
-+ /* 95 */ "ENOLINK",
-+ /* 96 */ "EPROTO",
-+ /* 96 */ "ELAST",
- };
-
- static char *(netbsd_signal_names[]) = {
-@@ -1409,6 +1696,7 @@ static char *(netbsd_signal_names[]) = {
- /* 29 */ "SIGINFO",
- /* 30 */ "SIGUSR1",
- /* 31 */ "SIGUSR2",
-+ /* 32 */ "SIGPWR",
- };
-
- static emul_syscall emul_netbsd_syscalls = {
Home |
Main Index |
Thread Index |
Old Index