summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-01-07 14:22:34 +0000
committerkib <kib@FreeBSD.org>2011-01-07 14:22:34 +0000
commited862725de7f8ee2e06431a89eb83a4a77a59d1a (patch)
tree4e5084d420c0831b10711a9609fd0d49c93ab68c /sys/powerpc/include
parent89c67ba43c35b5c3e174f3c41f01a36f9ae45abd (diff)
downloadFreeBSD-src-ed862725de7f8ee2e06431a89eb83a4a77a59d1a.zip
FreeBSD-src-ed862725de7f8ee2e06431a89eb83a4a77a59d1a.tar.gz
Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the
initial stack protection set by the kernel image activator.
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/elf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/include/elf.h b/sys/powerpc/include/elf.h
index e1a5bc8..f5d287c 100644
--- a/sys/powerpc/include/elf.h
+++ b/sys/powerpc/include/elf.h
@@ -105,8 +105,9 @@ __ElfType(Auxinfo);
#define AT_NCPUS 17 /* Number of CPUs. */
#define AT_PAGESIZES 18 /* Pagesizes. */
#define AT_PAGESIZESLEN 19 /* Number of pagesizes. */
+#define AT_STACKPROT 21 /* Initial stack protection. */
-#define AT_COUNT 20 /* Count of defined aux entry types. */
+#define AT_COUNT 22 /* Count of defined aux entry types. */
/*
* Relocation types.
OpenPOWER on IntegriCloud