aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/elf/riscv.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 649b65c..71d2eb6 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-18 Kito Cheng <kito.cheng@gmail.com>
+
+ * elf/riscv.h (EF_RISCV_RVE): New define.
+
2018-05-18 John Darrington <john@darrington.wattle.id.au>
* elf/s12z.h: New header.
diff --git a/include/elf/riscv.h b/include/elf/riscv.h
index defbbf4..d036e83 100644
--- a/include/elf/riscv.h
+++ b/include/elf/riscv.h
@@ -110,6 +110,9 @@ END_RELOC_NUMBERS (R_RISCV_max)
/* File uses the quad-float ABI. */
#define EF_RISCV_FLOAT_ABI_QUAD 0x0006
+/* File uses the 32E base integer instruction. */
+#define EF_RISCV_RVE 0x0008
+
/* The name of the global pointer symbol. */
#define RISCV_GP_SYMBOL "__global_pointer$"