This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 2/6] Add elfcore_grok_freebsd_note to parse FreeBSD ELF core notes.
- From: Nick Clifton <nickc at redhat dot com>
- To: John Baldwin <jhb at FreeBSD dot org>, gdb-patches at sourceware dot org, binutils at sourceware dot org
- Date: Fri, 17 Jun 2016 09:28:12 +0100
- Subject: Re: [PATCH 2/6] Add elfcore_grok_freebsd_note to parse FreeBSD ELF core notes.
- Authentication-results: sourceware.org; auth=none
- References: <20160616060202 dot 63470-1-jhb at FreeBSD dot org> <20160616060202 dot 63470-3-jhb at FreeBSD dot org>
Hi John,
> bfd/ChangeLog:
>
> * elf.c (elfcore_grok_note): Remove handling of NT_X86_XSTATE for
> FreeBSD. Remove case for NT_FREEBSD_THRMISC.
> (elfcore_grok_freebsd_psinfo): New function.
> (elfcore_grok_freebsd_prstatus): New function.
> (elfcore_grok_freebsd_note): New function.
> (elf_parse_notes): Use "elfcore_grok_freebsd_note" for "FreeBSD"
> notes.
Approved - please apply.
Cheers
Nick