diff options
| author | Richard Miller <millerresearch@gmail.com> | 2020-11-09 18:11:51 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2020-11-09 18:11:51 +0000 |
| commit | ec7a4b742467a19160dfa5322e3e0880e4abed48 (patch) | |
| tree | 523d2f81946b1e0abe4afddf1d2fce7e1525b7d7 /utils/libmach/elf.h | |
| parent | ed97654bd7a11d480b44505c8300d06b42e5fefe (diff) | |
| parent | 6e84dc968bc4eaf047fbefcba2f670940718dda8 (diff) | |
Merged in millerresearch/inferno-riscv/utils-riscv (pull request #8)
Add toolchain and libmach support for riscv and riscv64
Approved-by: Charles Forsyth <charles.forsyth@gmail.com>
Diffstat (limited to 'utils/libmach/elf.h')
| -rw-r--r-- | utils/libmach/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/libmach/elf.h b/utils/libmach/elf.h index 6bd483d2..e945ba11 100644 --- a/utils/libmach/elf.h +++ b/utils/libmach/elf.h @@ -84,6 +84,7 @@ enum { ARM = 40, /* ARM */ AMD64 = 62, /* Amd64 */ ARM64 = 183, /* ARM64 */ + RISCV = 243, /* RISC-V */ NO_VERSION = 0, /* version, ident[VERSION] */ CURRENT = 1, |
