Home | History | Annotate | Line # | Download | only in magdir
alliant revision 1.1.1.2
      1      1.1  christos 
      2      1.1  christos #------------------------------------------------------------------------------
      3  1.1.1.2  christos # $File: alliant,v 1.7 2009/09/19 16:28:07 christos Exp $
      4      1.1  christos # alliant:  file(1) magic for Alliant FX series a.out files
      5      1.1  christos #
      6      1.1  christos # If the FX series is the one that had a processor with a 68K-derived
      7      1.1  christos # instruction set, the "short" should probably become "beshort" and the
      8      1.1  christos # "long" should probably become "belong".
      9      1.1  christos # If it's the i860-based one, they should probably become either the
     10      1.1  christos # big-endian or little-endian versions, depending on the mode they ran
     11      1.1  christos # the 860 in....
     12      1.1  christos #
     13      1.1  christos 0	short		0420		0420 Alliant virtual executable
     14      1.1  christos >2	short		&0x0020		common library
     15      1.1  christos >16	long		>0		not stripped
     16      1.1  christos 0	short		0421		0421 Alliant compact executable
     17      1.1  christos >2	short		&0x0020		common library
     18      1.1  christos >16	long		>0		not stripped
     19