gdb-netbsd: Drop empty and unneded patches

This commit is contained in:
Kamil Rytarowski 2020-02-07 23:49:41 +01:00
parent 4610f317fd
commit 8aa8d57a5a
6 changed files with 0 additions and 76 deletions

View File

@ -9,7 +9,6 @@ SHA1 (patch-bfd_configure) = 2345b0527e83debbfffd574eee74d10feecf2a00
SHA1 (patch-bfd_doc_Makefile.in) = 63a289d492cbf51b3ce39969b67dfebf86096715
SHA1 (patch-bfd_elf.c) = c62b91aeb3c607648fb379865e7ad22f0aa4a115
SHA1 (patch-bfd_merge.c) = dcb36bfd014e0b5bec17d6b6d475bf988021daee
SHA1 (patch-bfd_netbsd-core.c) = 0aa8039b5734575b89e33a9ece4ab3f76b326eba
SHA1 (patch-config_acinclude.m4) = da39a3ee5e6b4b0d3255bfef95601890afd80709
SHA1 (patch-cpu_epiphany.opc) = da39a3ee5e6b4b0d3255bfef95601890afd80709
SHA1 (patch-gdb_Makefile.in) = dc465eda202863a23ce660ae5f8065a74e5c8fb4
@ -39,7 +38,6 @@ SHA1 (patch-gdb_doc_stabs.texinfo) = 42e4864a3e5725b139aaabcadd4b982e39826f8a
SHA1 (patch-gdb_features_feature__to__c.sh) = da39a3ee5e6b4b0d3255bfef95601890afd80709
SHA1 (patch-gdb_gdbserver_Makefile.in) = c14e0e580515b849b1ddac65d50b2f757645cea6
SHA1 (patch-gdb_gdbserver_configure.srv) = d492edda5a6f7e70a2279ebe7409e557672b92aa
SHA1 (patch-gdb_gdbserver_debug.c) = 8226f32fd7df152b7aa6109621c9b162639ed657
SHA1 (patch-gdb_gdbserver_netbsd-low.c) = 6b79896787cfde6b1c7029e4ad7cd62e274dd23d
SHA1 (patch-gdb_gdbserver_netbsd-low.h) = 4f4fe50c18f9d10ac842927860ab6418600881f3
SHA1 (patch-gdb_gdbserver_netbsd-x86__64-low.c) = 487374f6ef2d8943b4b413b86f613411a3811f40
@ -68,10 +66,7 @@ SHA1 (patch-gdb_nbsd-nat.h) = 4188f1edfb1b0b437c931fa60049221164a6e59e
SHA1 (patch-gdb_nbsd-tdep.c) = d375084ca0895e71a4f7b837cb633a11eb260884
SHA1 (patch-gdb_nbsd-tdep.h) = ca419a41fa2e7c41c4a84521700dcfae279f4bfc
SHA1 (patch-gdb_objfiles.c) = 25bcbc07b2a919db28c1145489e30dcb38b5a230
SHA1 (patch-gdb_p-exp.y) = 36098acb5eea8adc57160f84342b69abe53c5814
SHA1 (patch-gdb_ppc-nbsd-nat.c) = 9986c45717729ffc4db04068296543e3449495a7
SHA1 (patch-gdb_ppc-nbsd-tdep.c) = af7dd8000489c281be69f52d9c56662aff0f5ba5
SHA1 (patch-gdb_ppc-nbsd-tdep.h) = bc6e015d61b5d6d5e98a370295caf45170fe8e56
SHA1 (patch-gdb_regformats_regdef.h) = a126d2537ade44f669a7a6bcd59dcd89188554d1
SHA1 (patch-gdb_sh-nbsd-nat.c) = f316feea0192b6926ebe01d0fc83effe632ae063
SHA1 (patch-gdb_sh-nbsd-tdep.c) = 868d765ebf6c2d4dfb1319653c9312da1ce45a8e

View File

@ -1,13 +0,0 @@
$NetBSD$
--- bfd/netbsd-core.c.orig 2019-07-16 00:00:27.000000000 +0000
+++ bfd/netbsd-core.c
@@ -275,7 +275,7 @@ const bfd_target core_netbsd_vec =
0, /* Symbol prefix. */
' ', /* ar_pad_char. */
16, /* ar_max_namelen. */
- 0, /* Match priority. */
+ 0, /* match priority. */
NO_GET64, NO_GETS64, NO_PUT64, /* 64 bit data. */
NO_GET, NO_GETS, NO_PUT, /* 32 bit data. */
NO_GET, NO_GETS, NO_PUT, /* 16 bit data. */

View File

@ -1,22 +0,0 @@
$NetBSD$
--- gdb/gdbserver/debug.c.orig 2019-07-16 00:00:27.000000000 +0000
+++ gdb/gdbserver/debug.c
@@ -20,7 +20,7 @@
#include <chrono>
#if !defined (IN_PROCESS_AGENT)
-int remote_debug = 0;
+int remote_debug = 1;
#endif
/* Output file for debugging. Default to standard error. */
@@ -28,7 +28,7 @@ FILE *debug_file = stderr;
/* Enable miscellaneous debugging output. The name is historical - it
was originally used to debug LinuxThreads support. */
-int debug_threads;
+int debug_threads = 1;
/* Include timestamps in debugging output. */
int debug_timestamp;

View File

@ -1,13 +0,0 @@
$NetBSD$
--- gdb/p-exp.y.orig 2019-07-16 00:00:27.000000000 +0000
+++ gdb/p-exp.y
@@ -1516,7 +1516,7 @@ yylex (void)
{
std::string tmp = copy_name (yylval.sval);
struct symbol *sym;
- struct field_of_this_result is_a_field_of_this;
+ struct field_of_this_result is_a_field_of_this = { .type = NULL };
int is_a_field = 0;
int hextype;

View File

@ -1,13 +0,0 @@
$NetBSD$
--- gdb/ppc-nbsd-tdep.c.orig 2019-07-16 00:00:27.000000000 +0000
+++ gdb/ppc-nbsd-tdep.c
@@ -195,7 +195,7 @@ _initialize_ppcnbsd_tdep (void)
ppcnbsd_init_abi);
/* Avoid initializing the register offsets again if they were
- already initialized by ppcnbsd-nat.c. */
+ already initailized by ppcnbsd-nat.c. */
if (ppcnbsd_reg_offsets.pc_offset == 0)
{
/* General-purpose registers. */

View File

@ -1,10 +0,0 @@
$NetBSD$
--- gdb/ppc-nbsd-tdep.h.orig 2019-07-16 00:00:27.000000000 +0000
+++ gdb/ppc-nbsd-tdep.h
@@ -29,4 +29,4 @@ extern struct ppc_reg_offsets ppcnbsd_re
extern const struct regset ppcnbsd_gregset;
extern const struct regset ppcnbsd_fpregset;
-#endif /* ppc-nbsd-tdep.h */
+#endif /* PPC_NBSD_TDEP_H */