summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/elf.h')
-rw-r--r--sys/powerpc/include/elf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/include/elf.h b/sys/powerpc/include/elf.h
index 1935654..c10dfb4 100644
--- a/sys/powerpc/include/elf.h
+++ b/sys/powerpc/include/elf.h
@@ -80,6 +80,9 @@ __ElfType(Auxinfo);
#define AT_COUNT 13 /* Count of defined aux entry types. */
+/* Used in John Polstra's testbed stuff. */
+#define AT_DEBUG 14 /* Debugging level. */
+
/*
* Relocation types.
*/
OpenPOWER on IntegriCloud