This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add AT_SUN_AUXFLAGS


As found on Solaris 10.

Committed as (nearly) obvious.


2008-01-16  Mark Kettenis  <kettenis@gnu.org>

        * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.

Index: auxv.c
===================================================================
RCS file: /cvs/src/src/gdb/auxv.c,v
retrieving revision 1.9
diff -u -p -r1.9 auxv.c
--- auxv.c	1 Jan 2008 22:53:09 -0000	1.9
+++ auxv.c	16 Jan 2008 16:25:21 -0000
@@ -208,6 +208,8 @@ fprint_target_auxv (struct ui_file *file
 	       _("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 ",


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]