xref: /minix3/external/bsd/file/dist/magic/magdir/vax (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1ef01931fSBen Gras
2ef01931fSBen Gras#------------------------------------------------------------------------------
3*0a6a1f1dSLionel Sambuc# $File: vax,v 1.9 2014/04/30 21:41:02 christos Exp $
4ef01931fSBen Gras# vax:  file(1) magic for VAX executable/object and APL workspace
5ef01931fSBen Gras#
6ef01931fSBen Gras0	lelong		0101557		VAX single precision APL workspace
7ef01931fSBen Gras0	lelong		0101556		VAX double precision APL workspace
8ef01931fSBen Gras
9ef01931fSBen Gras#
1084d9c625SLionel Sambuc# VAX a.out (BSD; others collide with 386 and other 32-bit little-endian
1184d9c625SLionel Sambuc# executables, and are handled in aout)
12ef01931fSBen Gras#
1384d9c625SLionel Sambuc0	lelong		0420		a.out VAX demand paged (first page unmapped) pure executable
14ef01931fSBen Gras>16	lelong		>0		not stripped
15ef01931fSBen Gras
16ef01931fSBen Gras#
17ef01931fSBen Gras# VAX COFF
18ef01931fSBen Gras#
1984d9c625SLionel Sambuc# The `versions' were commented out, but have been un-commented out.
20ef01931fSBen Gras# (Was the problem just one of endianness?)
21ef01931fSBen Gras#
22ef01931fSBen Gras0	leshort		0570		VAX COFF executable
23ef01931fSBen Gras>12	lelong		>0		not stripped
24*0a6a1f1dSLionel Sambuc>22	leshort		>0		- version %d
25ef01931fSBen Gras0	leshort		0575		VAX COFF pure executable
26ef01931fSBen Gras>12	lelong		>0		not stripped
27*0a6a1f1dSLionel Sambuc>22	leshort		>0		- version %d
28