This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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 v2 1/6] Add support to readelf for reading FreeBSD ELF core notes.


On Thursday, January 14, 2016 03:58:23 PM Alan Modra wrote:
> On Wed, Jan 13, 2016 at 01:45:46PM -0800, John Baldwin wrote:
> > binutils/ChangeLog:
> > 
> > 	* readelf.c (get_freebsd_elfcore_note_type): New
> > 	(process_note): Add support for FreeBSD core notes.
> > 
> > include/elf/ChangeLog:
> > 
> > 	* common.h (NT_FREEBSD_THRMISC): Define.
> > 	(NT_FREEBSD_PROCSTAT_PROC): Define.
> > 	(NT_FREEBSD_PROCSTAT_FILES): Define.
> > 	(NT_FREEBSD_PROCSTAT_VMMAP): Define.
> > 	(NT_FREEBSD_PROCSTAT_GROUPS): Define.
> > 	(NT_FREEBSD_PROCSTAT_UMASK): Define.
> > 	(NT_FREEBSD_PROCSTAT_RLIMIT): Define.
> > 	(NT_FREEBSD_PROCSTAT_OSREL): Define.
> > 	(NT_FREEBSD_PROCSTAT_PSSTRINGS): Define.
> > 	(NT_FREEBSD_PROCSTAT_AUXV): Define.
> 
> OK, but I deleted include/elf/ChangeLog deliberately, so the entry goes in
> include/ChangeLog and looks like
> 
> 	* elf/common.h (NT_FREEBSD_THRMISC): Define.
> 	...

Ok, will fix thanks!

-- 
John Baldwin


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