xref: /minix3/external/bsd/file/dist/magic/magdir/encore (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1ef01931fSBen Gras
2ef01931fSBen Gras#------------------------------------------------------------------------------
3*0a6a1f1dSLionel Sambuc# $File: encore,v 1.7 2014/04/30 21:41:02 christos Exp $
4ef01931fSBen Gras# encore:  file(1) magic for Encore machines
5ef01931fSBen Gras#
6ef01931fSBen Gras# XXX - needs to have the byte order specified (NS32K was little-endian,
7ef01931fSBen Gras# dunno whether they run the 88K in little-endian mode or not).
8ef01931fSBen Gras#
9ef01931fSBen Gras0	short		0x154		Encore
10ef01931fSBen Gras>20	short		0x107		executable
11ef01931fSBen Gras>20	short		0x108		pure executable
12ef01931fSBen Gras>20	short		0x10b		demand-paged executable
13ef01931fSBen Gras>20	short		0x10f		unsupported executable
14ef01931fSBen Gras>12	long		>0		not stripped
15*0a6a1f1dSLionel Sambuc>22	short		>0		- version %d
16ef01931fSBen Gras>22	short		0		-
17ef01931fSBen Gras#>4	date		x		stamp %s
18ef01931fSBen Gras0	short		0x155		Encore unsupported executable
19ef01931fSBen Gras>12	long		>0		not stripped
20*0a6a1f1dSLionel Sambuc>22	short		>0		- version %d
21ef01931fSBen Gras>22	short		0		-
22ef01931fSBen Gras#>4	date		x		stamp %s
23