* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.

This commit is contained in:
Mark Kettenis 2008-01-16 16:27:37 +00:00
parent ba759613c3
commit 77d49ac627
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2008-01-16 Mark Kettenis <kettenis@gnu.org>
* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
* dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
* value.c: All callers changed.

View File

@ -208,6 +208,8 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
_("Canonicalized file name given to execve"), str);
TAG (AT_SUN_MMU, _("String for name of MMU module"), str);
TAG (AT_SUN_LDDATA, _("Dynamic linker's data segment address"), hex);
TAG (AT_SUN_AUXFLAGS,
_("AF_SUN_ flags passed from the kernel"), hex);
}
fprintf_filtered (file, "%-4s %-20s %-30s ",