[PATCH] make readelf display "NT_AUXV" name
Ian Lance Taylor
ian@wasabisystems.com
Thu Jan 29 00:26:00 GMT 2004
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)");
More information about the Binutils
mailing list