* common.h (AT_SUN_AUXFLAGS): Define.
authorMark Kettenis <kettenis@gnu.org>
Wed, 16 Jan 2008 22:01:42 +0000 (22:01 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 16 Jan 2008 22:01:42 +0000 (22:01 +0000)
include/elf/ChangeLog
include/elf/common.h

index 2254abf06dff4c082e66becc3bcb56fdf3e131a0..15fc3f1e80a12cc68a7ca96f6253b6175a184859 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-16  Mark Kettenis  <kettenis@gnu.org>
+
+       * common.h (AT_SUN_AUXFLAGS): Define.
+
 2007-12-11  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * dwarf2.h (DW_AT_hi_user): Correct value.
index be8b7fc8af026a0d5460d4bb41cc23d65537081e..b6d981f3dc6e6fd50879298249f3f4dd15e266a0 100644 (file)
 #define AT_SUN_EXECNAME 2014    /* Canonicalized file name given to execve.  */
 #define AT_SUN_MMU      2015    /* String for name of MMU module.   */
 #define AT_SUN_LDDATA   2016    /* Dynamic linker's data segment address.  */
+#define AT_SUN_AUXFLAGS        2017    /* AF_SUN_ flags passed from the kernel.  */
 
 
 #endif /* _ELF_COMMON_H */
This page took 0.02656 seconds and 4 git commands to generate.