This is the mail archive of the binutils@sources.redhat.com 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] (OB?) Fix for QNX Neutrino core file floating point handler


On Tue, Dec 21, 2004 at 05:34:10PM -0500, Kris Warkentin wrote:
> 	* elf.c (elfcore_grok_nto_gregs): Change name to ..._nto_regs.

Minor nit.  Please specify the complete new function name here, so that
you can search for it in the ChangeLog.  (It's minor because a search
would hit the instance below.)

> 	Add 'base' argument for constructing register sections.
> 	Reformat.
> 	(elfcore_grok_nto_note): Call elfcore_grok_nto_regs for both
> 	gp and fp regs.  Reformat.

OK with the above change, and the indentation below fixed.

> +    case BFD_QNT_CORE_INFO:
> +	 return elfcore_make_note_pseudosection (abfd, ".qnx_core_info", note);
> +    case BFD_QNT_CORE_STATUS:
> +	return elfcore_grok_nto_status (abfd, note, &tid);

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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