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] make readelf display "NT_AUXV" name


Roland McGrath <roland@redhat.com> writes:

> I think this is self-explanatory.  Approved?

This is fine if you correct the spelling of "auxiliary."

Ian

> 2004-01-21  Roland McGrath  <roland@redhat.com>
> 
> 	* readelf.c (get_note_type): Match NT_AUXV.
> 
> --- readelf.c.~1.229.~	2004-01-09 15:57:17.000000000 -0800
> +++ readelf.c	2004-01-22 15:21:33.000000000 -0800
> @@ -9892,6 +9892,7 @@ get_note_type (unsigned e_type)
>  
>    switch (e_type)
>      {
> +    case NT_AUXV: 	return _("NT_AUXV (auxilliary vector)");
>      case NT_PRSTATUS:	return _("NT_PRSTATUS (prstatus structure)");
>      case NT_FPREGSET:	return _("NT_FPREGSET (floating point registers)");
>      case NT_PRPSINFO:	return _("NT_PRPSINFO (prpsinfo structure)");


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