This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/6] Make BFD read `.stapsdt' section from binary


On Mon, 04 Apr 2011 05:08:03 +0200, Sergio Durigan Junior wrote:
> --- a/bfd/elf.c
> +++ b/bfd/elf.c
> @@ -8416,6 +8416,37 @@ elfobj_grok_gnu_note (bfd *abfd, Elf_Internal_Note *note)
>      }
>  }
>  
> +#define SDT_NOTE_TYPE 3

I guess this should be in include/elf/common.h named for example NT_STAPSDT.


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]