diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2022-02-14 08:14:20 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2022-02-14 08:14:20 +0000 |
commit | aecbed825492c230ecfb2eedde88c0122ba7d424 (patch) | |
tree | 4242fb0300985b2f79fc63604bc931137856322c /share/man | |
parent | d1fa0de9eb409c6ac84b0849f7c715c870f5bfea (diff) |
Add the EM_RISCV value to match <sys/exec_elf.h>
ok miod@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/elf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index 676555badf2..407a0d8f515 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.40 2021/04/15 18:13:24 kettenis Exp $ +.\" $OpenBSD: elf.5,v 1.41 2022/02/14 08:14:19 kevlo Exp $ .\"Copyright (c) 1999 Jeroen Ruigrok van der Werven .\"All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: src/share/man/man5/elf.5,v 1.21 2001/10/01 16:09:23 ru Exp $ .\" -.Dd $Mdocdate: April 15 2021 $ +.Dd $Mdocdate: February 14 2022 $ .Dt ELF 5 .Os .Sh NAME @@ -330,6 +330,8 @@ AMD64. DEC Vax. .It Dv EM_AARCH64 ARM 64-bit. +.It Dv EM_RISCV +RISC-V. .It Dv EM_ALPHA_EXP Compaq [DEC] Alpha with enhanced instruction set. .El |