components/gdb/patches/gdb.bfd.elfxx-target.h.patch
changeset 6420 65948e9e205b
parent 1511 4d3b0b480760
equal deleted inserted replaced
6419:c11c56158669 6420:65948e9e205b
     1 --- gdb-7.6/bfd/elfxx-target.h	2013-02-11 14:15:53.000000000 -0800
     1 # Solaris-specific ELF information.
     2 +++ gdb-7.6/bfd/elfxx-target.h	2013-09-26 22:26:05.361368200 -0700
     2 # Will contribute upstream if possible.
     3 @@ -539,6 +539,9 @@
     3 
       
     4 --- gdb-7.11-orig/bfd/elfxx-target.h	Tue Feb  9 19:19:39 2016
       
     5 +++ gdb-7.11/bfd/elfxx-target.h	Thu Mar 10 13:12:46 2016
       
     6 @@ -550,6 +550,9 @@
     4  #ifndef elf_backend_grok_psinfo
     7  #ifndef elf_backend_grok_psinfo
     5  #define elf_backend_grok_psinfo			NULL
     8  #define elf_backend_grok_psinfo			NULL
     6  #endif
     9  #endif
     7 +#ifndef elf_backend_grok_lwpstatus
    10 +#ifndef elf_backend_grok_lwpstatus
     8 +#define elf_backend_grok_lwpstatus              NULL
    11 +#define elf_backend_grok_lwpstatus              NULL
     9 +#endif
    12 +#endif
    10  #ifndef elf_backend_write_core_note
    13  #ifndef elf_backend_write_core_note
    11  #define elf_backend_write_core_note		NULL
    14  #define elf_backend_write_core_note		NULL
    12  #endif
    15  #endif
    13 @@ -737,6 +740,7 @@
    16 @@ -762,6 +765,7 @@
    14    elf_backend_count_relocs,
    17    elf_backend_sort_relocs_p,
    15    elf_backend_grok_prstatus,
    18    elf_backend_grok_prstatus,
    16    elf_backend_grok_psinfo,
    19    elf_backend_grok_psinfo,
    17 +  elf_backend_grok_lwpstatus,
    20 +  elf_backend_grok_lwpstatus,
    18    elf_backend_write_core_note,
    21    elf_backend_write_core_note,
    19    elf_backend_lookup_section_flags_hook,
    22    elf_backend_lookup_section_flags_hook,