summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/elf.h')
-rw-r--r--sys/mips/include/elf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/mips/include/elf.h b/sys/mips/include/elf.h
index 2646181..30cc5f2 100644
--- a/sys/mips/include/elf.h
+++ b/sys/mips/include/elf.h
@@ -257,8 +257,9 @@ __ElfType(Auxinfo);
#define AT_NCPUS 19 /* Number of CPUs. */
#define AT_PAGESIZES 20 /* Pagesizes. */
#define AT_PAGESIZESLEN 21 /* Number of pagesizes. */
+#define AT_STACKPROT 23 /* Initial stack protection. */
-#define AT_COUNT 22 /* Count of defined aux entry types. */
+#define AT_COUNT 24 /* Count of defined aux entry types. */
#define ET_DYN_LOAD_ADDR 0x0120000
OpenPOWER on IntegriCloud