[PATCH] make readelf display "NT_AUXV" name

Roland McGrath roland@redhat.com
Thu Jan 29 00:23:00 GMT 2004


I think this is self-explanatory.  Approved?


Thanks,
Roland


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