168349Sobrien
268349Sobrien#------------------------------------------------------------------------------
3267843Sdelphij# $File: vax,v 1.9 2014/04/30 21:41:02 christos Exp $
468349Sobrien# vax:  file(1) magic for VAX executable/object and APL workspace
568349Sobrien#
668349Sobrien0	lelong		0101557		VAX single precision APL workspace
768349Sobrien0	lelong		0101556		VAX double precision APL workspace
868349Sobrien
968349Sobrien#
10267843Sdelphij# VAX a.out (BSD; others collide with 386 and other 32-bit little-endian
11267843Sdelphij# executables, and are handled in aout)
1268349Sobrien#
13267843Sdelphij0	lelong		0420		a.out VAX demand paged (first page unmapped) pure executable
1468349Sobrien>16	lelong		>0		not stripped
1568349Sobrien
1668349Sobrien#
1768349Sobrien# VAX COFF
1868349Sobrien#
19267843Sdelphij# The `versions' were commented out, but have been un-commented out.
2068349Sobrien# (Was the problem just one of endianness?)
2168349Sobrien#
2268349Sobrien0	leshort		0570		VAX COFF executable
2368349Sobrien>12	lelong		>0		not stripped
24267843Sdelphij>22	leshort		>0		- version %d
2568349Sobrien0	leshort		0575		VAX COFF pure executable
2668349Sobrien>12	lelong		>0		not stripped
27267843Sdelphij>22	leshort		>0		- version %d
28