* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
authorMark Kettenis <kettenis@gnu.org>
Wed, 16 Jan 2008 16:27:37 +0000 (16:27 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 16 Jan 2008 16:27:37 +0000 (16:27 +0000)
gdb/ChangeLog
gdb/auxv.c

index 619879bcf44b05c16ce6350302a66069282b7a66..6d58755b81ec8cecdf85749101a42064cee46bdd 100644 (file)
@@ -1,5 +1,7 @@
 2008-01-16  Mark Kettenis  <kettenis@gnu.org>
 
+       * 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.
 
index ecf3f3fac2182a1271475c8436ac7b9b21d1efda..d1d93e78400cdc52905de556843af55fd488d9a8 100644 (file)
@@ -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 ",
This page took 0.02545 seconds and 4 git commands to generate.