diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-03-16 04:45:17 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-03-16 04:45:17 +0000 |
commit | 36e4d01971ceaf26b739f07d330167f582c1a4f9 (patch) | |
tree | fad7eb32637e88f7d8f45a46a82acd4b4406a1f4 /usr.bin/file/magdir/elf | |
parent | 19abdfe9445459dca1189115448fd077e2ea52f1 (diff) |
Add magic for vax-elf and vax-olf. At this time roughly as likely to be
seen in the wild as unicorns, and ultraviolet griffins, respectively.
Diffstat (limited to 'usr.bin/file/magdir/elf')
-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 3da99d08e2b..fe8b93214f0 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 75 VAX, >>18 leshort 0x9026 Alpha, >>20 lelong 0 invalid version >>20 lelong 1 version 1 @@ -69,6 +70,7 @@ >>18 beshort 17 VPP500, >>18 beshort 18 SPARC32PLUS, >>18 beshort 20 PowerPC, +>>18 beshort 75 VAX - invalid byte order, >>18 beshort 0x9026 Alpha, >>20 belong 0 invalid version >>20 belong 1 version 1 |