diff options
| author | Aleksandar Rikalo <arikalo@wavecomp.com> | 2018-08-13 17:34:05 +0200 |
|---|---|---|
| committer | Aleksandar Markovic <amarkovic@wavecomp.com> | 2018-08-24 17:51:59 +0200 |
| commit | 2a94de07706a702a65fed50a837f7a76d452ae05 (patch) | |
| tree | aa6dbac70c91c4bfe80e3c327766a2314f1233c4 /include | |
| parent | 26324ded91a5ad08a5de8f32b8ed5e5e243154cf (diff) | |
| download | focaccia-qemu-2a94de07706a702a65fed50a837f7a76d452ae05.tar.gz focaccia-qemu-2a94de07706a702a65fed50a837f7a76d452ae05.zip | |
elf: Add EM_NANOMIPS value as a valid one for e_machine field
Value 249 is registered as valid for usage for nanoMIPS executables. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Signed-off-by: Stefan Markovic <smarkovic@wavecomp.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h index 28a5a638e0..312f68af81 100644 --- a/include/elf.h +++ b/include/elf.h @@ -143,6 +143,8 @@ typedef int64_t Elf64_Sxword; #define EM_RISCV 243 /* RISC-V */ +#define EM_NANOMIPS 249 /* Wave Computing nanoMIPS */ + /* * This is an interim value that we will use until the committee comes * up with a final number. |