From: Mark Kettenis Date: Wed, 16 Jan 2008 16:27:37 +0000 (+0000) Subject: * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=106b722cc403bc4e96887eaf45c93bfb519331bb;p=pf3gnuchains%2Fpf3gnuchains3x.git * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 619879bcf4..6d58755b81 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2008-01-16 Mark Kettenis + * 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. diff --git a/gdb/auxv.c b/gdb/auxv.c index ecf3f3fac2..d1d93e7840 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 ",