From: Jan Kratochvil Date: Mon, 16 Mar 2009 09:58:25 +0000 (+0000) Subject: gdb/ X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=61f1c81818350fac95ec24bb30725815101d657f;p=pf3gnuchains%2Fpf3gnuchains3x.git gdb/ * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f9a481ee76..841ebf5b03 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-03-16 Jan Kratochvil + + * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM. + 2009-03-15 Joel Brobecker * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str): diff --git a/gdb/auxv.c b/gdb/auxv.c index 5007cd007d..236196f663 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);