We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4439546 commit 3f2a3abCopy full SHA for 3f2a3ab
libc-test/semver/linux.txt
@@ -514,6 +514,7 @@ EM_PPC64
514
EM_PRISM
515
EM_RCE
516
EM_RH32
517
+EM_RISCV
518
EM_S370
519
EM_S390
520
EM_SH
src/unix/linux_like/linux/mod.rs
@@ -2451,6 +2451,7 @@ pub const EM_XTENSA: u16 = 94;
2451
pub const EM_AARCH64: u16 = 183;
2452
pub const EM_TILEPRO: u16 = 188;
2453
pub const EM_TILEGX: u16 = 191;
2454
+pub const EM_RISCV: u16 = 243;
2455
pub const EM_ALPHA: u16 = 0x9026;
2456
2457
// elf.h - Legal values for e_version (version).
0 commit comments