diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-19 13:15:20 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-19 13:15:20 +0000 |
commit | 44a21493105eca1ce0f6cfe66e59b8f3e64e5b3d (patch) | |
tree | f99c2da388deab52c5714b7b5c1bc25349e2ba33 /usr.bin/file | |
parent | 1cc23748771ae262bacee36f8d85b949a44ac537 (diff) |
Recognise AArch64 binaries and core dumps.
Diffstat (limited to 'usr.bin/file')
-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 |