diff options
author | 2013-07-09 22:03:14 +0000 | |
---|---|---|
committer | 2013-07-09 22:03:14 +0000 | |
commit | e0744942b0132a366b16fed5671aefb61cf8c9f4 (patch) | |
tree | 57fec63af1881543d2905fc3ad54b7ae27b7fac7 | |
parent | switch the rval to 1 before loop through the linked list \ (diff) | |
download | wireguard-openbsd-e0744942b0132a366b16fed5671aefb61cf8c9f4.tar.xz wireguard-openbsd-e0744942b0132a366b16fed5671aefb61cf8c9f4.zip |
Add a few EM_xxx values (arm, sh, ia64, amd64) to match <sys/exec_elf.h>
-rw-r--r-- | share/man/man5/elf.5 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index 03d44a05eaa..7222fe1bc2f 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.21 2013/07/09 17:28:10 matthew Exp $ +.\" $OpenBSD: elf.5,v 1.22 2013/07/09 22:03:14 miod Exp $ .\"Copyright (c) 1999 Jeroen Ruigrok van der Werven .\"All rights reserved. .\" @@ -311,14 +311,22 @@ HPPA. SPARC with enhanced instruction set. .It Dv EM_PPC PowerPC. +.It Dv EM_ARM +Advanced RISC Machines ARM. .It Dv EM_ALPHA Compaq [DEC] Alpha. +.It Dv EM_SH +Hitachi/Renesas Super-H. .It Dv EM_SPARCV9 SPARC v9 64-bit. -.It Dv EM_ALPHA_EXP -Compaq [DEC] Alpha with enhanced instruction set. +.It Dv EM_IA_64 +Intel IA-64. +.It Dv EM_AMD64 +AMD64. .It Dv EM_VAX DEC Vax. +.It Dv EM_ALPHA_EXP +Compaq [DEC] Alpha with enhanced instruction set. .El .It Dv e_version This member identifies the file version: |