summaryrefslogtreecommitdiff
path: root/output/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'output/elf.h')
-rw-r--r--output/elf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/output/elf.h b/output/elf.h
index ebdbfe6c..ed3467eb 100644
--- a/output/elf.h
+++ b/output/elf.h
@@ -188,6 +188,9 @@
#define SHN_COMMON 0xfff2
#define SHN_HIRESERVE 0xffff
+/* Section align flag */
+#define SHA_ANY 1 /* No alignment constraint */
+
/* Lenght of magic at the start of a file */
#define EI_NIDENT 16