summaryrefslogtreecommitdiff
path: root/gdb/auxv.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-03-16 09:58:25 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-03-16 09:58:25 +0000
commit61f1c81818350fac95ec24bb30725815101d657f (patch)
tree210842cd3a9a0f6302faf330994553913d4ae073 /gdb/auxv.c
parentd839f4146b052a37a401ddc6c2832a627655a170 (diff)
downloadgdb-61f1c81818350fac95ec24bb30725815101d657f.tar.gz
gdb/
* auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
Diffstat (limited to 'gdb/auxv.c')
-rw-r--r--gdb/auxv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/auxv.c b/gdb/auxv.c
index 5007cd007db..236196f6630 100644
--- a/gdb/auxv.c
+++ b/gdb/auxv.c
@@ -205,6 +205,7 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
TAG (AT_UCACHEBSIZE, _("Unified cache block size"), dec);
TAG (AT_IGNOREPPC, _("Entry should be ignored"), dec);
TAG (AT_BASE_PLATFORM, _("String identifying base platform"), str);
+ TAG (AT_RANDOM, _("Address of 16 random bytes"), hex);
TAG (AT_EXECFN, _("File name of executable"), str);
TAG (AT_SECURE, _("Boolean, was exec setuid-like?"), dec);
TAG (AT_SYSINFO, _("Special system info/entry points"), hex);