186d7f5d3SJohn Marino 286d7f5d3SJohn Marino#------------------------------------------------------------------------------ 386d7f5d3SJohn Marino# $File: alliant,v 1.7 2009/09/19 16:28:07 christos Exp $ 486d7f5d3SJohn Marino# alliant: file(1) magic for Alliant FX series a.out files 586d7f5d3SJohn Marino# 686d7f5d3SJohn Marino# If the FX series is the one that had a processor with a 68K-derived 786d7f5d3SJohn Marino# instruction set, the "short" should probably become "beshort" and the 886d7f5d3SJohn Marino# "long" should probably become "belong". 986d7f5d3SJohn Marino# If it's the i860-based one, they should probably become either the 1086d7f5d3SJohn Marino# big-endian or little-endian versions, depending on the mode they ran 1186d7f5d3SJohn Marino# the 860 in.... 1286d7f5d3SJohn Marino# 1386d7f5d3SJohn Marino0 short 0420 0420 Alliant virtual executable 1486d7f5d3SJohn Marino>2 short &0x0020 common library 1586d7f5d3SJohn Marino>16 long >0 not stripped 1686d7f5d3SJohn Marino0 short 0421 0421 Alliant compact executable 1786d7f5d3SJohn Marino>2 short &0x0020 common library 1886d7f5d3SJohn Marino>16 long >0 not stripped 19