From b3c2186a44820d5bd999353e6bb884aef4a7a691 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 17 Nov 2017 09:35:36 +0100 Subject: [PATCH] gdb: Fix x86_64 build with NDK r16 The NDK headers now define elf_siginfo. --- packages/gdb/bfd-hosts-x86-64linux.h.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 packages/gdb/bfd-hosts-x86-64linux.h.patch diff --git a/packages/gdb/bfd-hosts-x86-64linux.h.patch b/packages/gdb/bfd-hosts-x86-64linux.h.patch deleted file mode 100644 index ca37b3725..000000000 --- a/packages/gdb/bfd-hosts-x86-64linux.h.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -u -r ../gdb-7.11.1/bfd/hosts/x86-64linux.h ./bfd/hosts/x86-64linux.h ---- ../gdb-7.11.1/bfd/hosts/x86-64linux.h 2016-02-09 22:19:39.000000000 -0500 -+++ ./bfd/hosts/x86-64linux.h 2016-06-17 16:57:30.815715258 -0400 -@@ -32,6 +32,15 @@ - /* We define here only the symbols differing from their 64-bit variant. */ - #include - -+#ifdef __ANDROID__ -+struct elf_siginfo { -+ int si_signo; -+ int si_code; -+ int si_errno; -+}; -+#define ELF_PRARGSZ (80) -+#endif -+ - #ifdef HAVE_STDINT_H - #include - #else