From 77d49ac627631c2dd8a52596d16b79e5a8d5b1aa Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 16 Jan 2008 16:27:37 +0000 Subject: * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS. --- gdb/auxv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/auxv.c') diff --git a/gdb/auxv.c b/gdb/auxv.c index ecf3f3f..d1d93e7 100644 --- a/gdb/auxv.c +++ b/gdb/auxv.c @@ -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 ", -- cgit v1.1