aboutsummaryrefslogtreecommitdiff
path: root/pk/elf.h
diff options
context:
space:
mode:
authorLuís Marques <luismarques@lowrisc.org>2019-10-01 12:13:28 +0100
committerAndrew Waterman <andrew@sifive.com>2019-10-01 13:13:28 +0200
commit099c99482f7ac032bf04caad13a9ca1da7ce58ed (patch)
tree2e9efe7aa5ea35bf411fc4df16b41f7a34738404 /pk/elf.h
parenta3e4ac61d2b1ff37a22b9193b85d3b94273e80cb (diff)
downloadriscv-pk-099c99482f7ac032bf04caad13a9ca1da7ce58ed.zip
riscv-pk-099c99482f7ac032bf04caad13a9ca1da7ce58ed.tar.gz
riscv-pk-099c99482f7ac032bf04caad13a9ca1da7ce58ed.tar.bz2
Only accept statically linked binaries (#176)
Diffstat (limited to 'pk/elf.h')
-rw-r--r--pk/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pk/elf.h b/pk/elf.h
index 99b2aee..3d1fae1 100644
--- a/pk/elf.h
+++ b/pk/elf.h
@@ -26,6 +26,7 @@
#define EF_RISCV_RVC 1
#define PT_LOAD 1
+#define PT_INTERP 3
#define AT_NULL 0
#define AT_PHDR 3