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>
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>
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.
This commit is contained in:
Kamil Rytarowski 2020-03-12 16:21:00 +01:00
parent db32597f0c
commit 8f682a975a
1 changed files with 0 additions and 32 deletions

View File

@ -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 = {