diff options
author | 2017-02-19 13:15:19 +0000 | |
---|---|---|
committer | 2017-02-19 13:15:19 +0000 | |
commit | 9c0cbbba7b68897090e5a7c92a268338200803b2 (patch) | |
tree | b0401c0327fd571a38af20352e327f5ec07f1c87 | |
parent | Add an ELF machine number to string mapping for AArch64. (diff) | |
download | wireguard-openbsd-9c0cbbba7b68897090e5a7c92a268338200803b2.tar.xz wireguard-openbsd-9c0cbbba7b68897090e5a7c92a268338200803b2.zip |
Recognise AArch64 binaries and core dumps.
-rw-r--r-- | usr.bin/file/magdir/elf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/file/magdir/elf b/usr.bin/file/magdir/elf index 1058ab4c225..0d8934831cb 100644 --- a/usr.bin/file/magdir/elf +++ b/usr.bin/file/magdir/elf @@ -1,4 +1,4 @@ -# $OpenBSD: elf,v 1.17 2009/04/24 18:54:34 chl Exp $ +# $OpenBSD: elf,v 1.18 2017/02/19 13:15:19 jsg Exp $ #------------------------------------------------------------------------------ # elf: file(1) magic for ELF executables @@ -146,6 +146,7 @@ >>18 leshort 97 NatSemi 32k, >>18 leshort 106 Analog Devices Blackfin, >>18 leshort 0x9026 Alpha (unofficial), +>>18 leshort 183 AArch64, >>20 lelong 0 invalid version >>20 lelong 1 version 1 >>36 lelong 1 MathCoPro/FPU/MAU Required |