diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2019-06-17 08:14:46 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2019-06-17 08:14:46 +0000 |
commit | c8388ff4a0d6a133507e0050099dfb057ff332a5 (patch) | |
tree | 5d9494efedfc999662565be61dd74ae0b6b66c33 /share | |
parent | 68249b00fbaeff7098c1c936d1a10a9ba63f407a (diff) |
Mention the ELF machine type EM_AARCH64.
ok jmc@
Diffstat (limited to 'share')
-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 9c868ad5a85..5b2350f4471 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.34 2017/10/27 08:36:42 mpi Exp $ +.\" $OpenBSD: elf.5,v 1.35 2019/06/17 08:14:45 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: October 27 2017 $ +.Dd $Mdocdate: June 17 2019 $ .Dt ELF 5 .Os .Sh NAME @@ -325,6 +325,8 @@ Intel IA-64. AMD64. .It Dv EM_VAX DEC Vax. +.It Dv EM_AARCH64 +ARM 64-bit. .It Dv EM_ALPHA_EXP Compaq [DEC] Alpha with enhanced instruction set. .El |