unknown revision 68349
168349Sobrien
268349Sobrien#------------------------------------------------------------------------------
368349Sobrien# unknown:  file(1) magic for unknown machines
468349Sobrien#
568349Sobrien# XXX - this probably should be pruned, as it'll match PDP-11 and
668349Sobrien# VAX image formats.
768349Sobrien#
868349Sobrien# 0x107 is 0407; 0x108 is 0410; both are PDP-11 (executable and pure,
968349Sobrien# respectively).
1068349Sobrien#
1168349Sobrien# 0x109 is 0411; that's PDP-11 split I&D, but the PDP-11 version doesn't
1268349Sobrien# have the "version %ld", which may be a bogus COFFism (I don't think
1368349Sobrien# there ever was COFF for the PDP-11).
1468349Sobrien#
1568349Sobrien# 0x10B is 0413; that's VAX demand-paged, but this is a short, not a
1668349Sobrien# long, as it would be on a VAX.
1768349Sobrien#
1868349Sobrien# 0x10C is 0414, 0x10D is 0415, and 0x10E is 416; those *are* unknown.
1968349Sobrien#
2068349Sobrien0	short		0x107		unknown machine executable
2168349Sobrien>8	short		>0		not stripped
2268349Sobrien>15	byte		>0		- version %ld
2368349Sobrien0	short		0x108		unknown pure executable
2468349Sobrien>8	short		>0		not stripped
2568349Sobrien>15	byte		>0		- version %ld
2668349Sobrien0	short		0x109		PDP-11 separate I&D
2768349Sobrien>8	short		>0		not stripped
2868349Sobrien>15	byte		>0		- version %ld
2968349Sobrien0	short		0x10b		unknown pure executable
3068349Sobrien>8	short		>0		not stripped
3168349Sobrien>15	byte		>0		- version %ld
3268349Sobrien0	long		0x10c		unknown demand paged pure executable
3368349Sobrien>16	long		>0		not stripped
3468349Sobrien0	long		0x10d		unknown demand paged pure executable
3568349Sobrien>16	long		>0		not stripped
3668349Sobrien0	long		0x10e		unknown readable demand paged pure executable
37