This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 1/6] Make BFD read `.stapsdt' section from binary
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: gdb-patches at sourceware dot org, binutils at sourceware dot org, Tom Tromey <tromey at redhat dot com>
- Date: Mon, 11 Apr 2011 23:07:13 +0200
- Subject: Re: [PATCH 1/6] Make BFD read `.stapsdt' section from binary
- References: <m3oc4mpvcc.fsf@redhat.com>
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