components/gdb/patches/gdb.bfd.elfxx-target.h.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Fri, 08 Nov 2013 08:16:59 -0800
branchs11-update
changeset 2814 dff3ca0071d6
child 6420 65948e9e205b
permissions -rw-r--r--
17086418 upgrade gdb to 7.6

--- gdb-7.6/bfd/elfxx-target.h	2013-02-11 14:15:53.000000000 -0800
+++ gdb-7.6/bfd/elfxx-target.h	2013-09-26 22:26:05.361368200 -0700
@@ -539,6 +539,9 @@
 #ifndef elf_backend_grok_psinfo
 #define elf_backend_grok_psinfo			NULL
 #endif
+#ifndef elf_backend_grok_lwpstatus
+#define elf_backend_grok_lwpstatus              NULL
+#endif
 #ifndef elf_backend_write_core_note
 #define elf_backend_write_core_note		NULL
 #endif
@@ -737,6 +740,7 @@
   elf_backend_count_relocs,
   elf_backend_grok_prstatus,
   elf_backend_grok_psinfo,
+  elf_backend_grok_lwpstatus,
   elf_backend_write_core_note,
   elf_backend_lookup_section_flags_hook,
   elf_backend_reloc_type_class,