aboutsummaryrefslogtreecommitdiff
path: root/xlat/personality_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/personality_flags.h')
-rw-r--r--xlat/personality_flags.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/xlat/personality_flags.h b/xlat/personality_flags.h
index 1941e146..6c32b735 100644
--- a/xlat/personality_flags.h
+++ b/xlat/personality_flags.h
@@ -1,4 +1,37 @@
/* Generated by ./xlat/gen.sh from ./xlat/personality_flags.in; do not edit. */
+#if !(defined(UNAME26) || (defined(HAVE_DECL_UNAME26) && HAVE_DECL_UNAME26))
+# define UNAME26 0x0020000
+#endif
+#if !(defined(ADDR_NO_RANDOMIZE) || (defined(HAVE_DECL_ADDR_NO_RANDOMIZE) && HAVE_DECL_ADDR_NO_RANDOMIZE))
+# define ADDR_NO_RANDOMIZE 0x0040000
+#endif
+#if !(defined(FDPIC_FUNCPTRS) || (defined(HAVE_DECL_FDPIC_FUNCPTRS) && HAVE_DECL_FDPIC_FUNCPTRS))
+# define FDPIC_FUNCPTRS 0x0080000
+#endif
+#if !(defined(MMAP_PAGE_ZERO) || (defined(HAVE_DECL_MMAP_PAGE_ZERO) && HAVE_DECL_MMAP_PAGE_ZERO))
+# define MMAP_PAGE_ZERO 0x0100000
+#endif
+#if !(defined(ADDR_COMPAT_LAYOUT) || (defined(HAVE_DECL_ADDR_COMPAT_LAYOUT) && HAVE_DECL_ADDR_COMPAT_LAYOUT))
+# define ADDR_COMPAT_LAYOUT 0x0200000
+#endif
+#if !(defined(READ_IMPLIES_EXEC) || (defined(HAVE_DECL_READ_IMPLIES_EXEC) && HAVE_DECL_READ_IMPLIES_EXEC))
+# define READ_IMPLIES_EXEC 0x0400000
+#endif
+#if !(defined(ADDR_LIMIT_32BIT) || (defined(HAVE_DECL_ADDR_LIMIT_32BIT) && HAVE_DECL_ADDR_LIMIT_32BIT))
+# define ADDR_LIMIT_32BIT 0x0800000
+#endif
+#if !(defined(SHORT_INODE) || (defined(HAVE_DECL_SHORT_INODE) && HAVE_DECL_SHORT_INODE))
+# define SHORT_INODE 0x1000000
+#endif
+#if !(defined(WHOLE_SECONDS) || (defined(HAVE_DECL_WHOLE_SECONDS) && HAVE_DECL_WHOLE_SECONDS))
+# define WHOLE_SECONDS 0x2000000
+#endif
+#if !(defined(STICKY_TIMEOUTS) || (defined(HAVE_DECL_STICKY_TIMEOUTS) && HAVE_DECL_STICKY_TIMEOUTS))
+# define STICKY_TIMEOUTS 0x4000000
+#endif
+#if !(defined(ADDR_LIMIT_3GB) || (defined(HAVE_DECL_ADDR_LIMIT_3GB) && HAVE_DECL_ADDR_LIMIT_3GB))
+# define ADDR_LIMIT_3GB 0x8000000
+#endif
#ifdef IN_MPERS