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