diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-13 01:46:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-13 01:46:13 +0000 |
commit | e457e30afb3587bb172e78a73ac7a82356a88b06 (patch) | |
tree | 26d1899e27bf50e6caf822e3385bf8556bef18bb /usr.bin | |
parent | 4e63e688da6baff2dcaf5b27c51e127678692572 (diff) |
teach about sparc64
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/file/magdir/elf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/file/magdir/elf b/usr.bin/file/magdir/elf index fe8b93214f0..0afb5d4baa4 100644 --- a/usr.bin/file/magdir/elf +++ b/usr.bin/file/magdir/elf @@ -40,6 +40,7 @@ >>18 leshort 17 VPP500, >>18 leshort 18 SPARC32PLUS, >>18 leshort 20 PowerPC, +>>18 leshort 43 Sparc64 - invalid byte order, >>18 leshort 75 VAX, >>18 leshort 0x9026 Alpha, >>20 lelong 0 invalid version @@ -70,6 +71,7 @@ >>18 beshort 17 VPP500, >>18 beshort 18 SPARC32PLUS, >>18 beshort 20 PowerPC, +>>18 beshort 43 Sparc64, >>18 beshort 75 VAX - invalid byte order, >>18 beshort 0x9026 Alpha, >>20 belong 0 invalid version |