168349Sobrien
268349Sobrien#------------------------------------------------------------------------------
3234449Sobrien# $File: alliant,v 1.7 2009/09/19 16:28:07 christos Exp $
468349Sobrien# alliant:  file(1) magic for Alliant FX series a.out files
568349Sobrien#
668349Sobrien# If the FX series is the one that had a processor with a 68K-derived
768349Sobrien# instruction set, the "short" should probably become "beshort" and the
868349Sobrien# "long" should probably become "belong".
968349Sobrien# If it's the i860-based one, they should probably become either the
1068349Sobrien# big-endian or little-endian versions, depending on the mode they ran
1168349Sobrien# the 860 in....
1268349Sobrien#
1368349Sobrien0	short		0420		0420 Alliant virtual executable
1468349Sobrien>2	short		&0x0020		common library
1568349Sobrien>16	long		>0		not stripped
1668349Sobrien0	short		0421		0421 Alliant compact executable
1768349Sobrien>2	short		&0x0020		common library
1868349Sobrien>16	long		>0		not stripped
19