summaryrefslogtreecommitdiff
path: root/gdb/auxv.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2008-01-16 16:27:37 +0000
committerMark Kettenis <kettenis@gnu.org>2008-01-16 16:27:37 +0000
commit106b722cc403bc4e96887eaf45c93bfb519331bb (patch)
tree512e0380ac763a14338dd901740607540b853fd0 /gdb/auxv.c
parentbb13eb877900008185c1d98c64a80efa929aa823 (diff)
downloadgdb-106b722cc403bc4e96887eaf45c93bfb519331bb.tar.gz
* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
Diffstat (limited to 'gdb/auxv.c')
-rw-r--r--gdb/auxv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/auxv.c b/gdb/auxv.c
index ecf3f3fac21..d1d93e78400 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 ",