1*b6cee71dSXin LI 2*b6cee71dSXin LI#------------------------------------------------------------------------------ 3*b6cee71dSXin LI# $File: encore,v 1.7 2014/04/30 21:41:02 christos Exp $ 4*b6cee71dSXin LI# encore: file(1) magic for Encore machines 5*b6cee71dSXin LI# 6*b6cee71dSXin LI# XXX - needs to have the byte order specified (NS32K was little-endian, 7*b6cee71dSXin LI# dunno whether they run the 88K in little-endian mode or not). 8*b6cee71dSXin LI# 9*b6cee71dSXin LI0 short 0x154 Encore 10*b6cee71dSXin LI>20 short 0x107 executable 11*b6cee71dSXin LI>20 short 0x108 pure executable 12*b6cee71dSXin LI>20 short 0x10b demand-paged executable 13*b6cee71dSXin LI>20 short 0x10f unsupported executable 14*b6cee71dSXin LI>12 long >0 not stripped 15*b6cee71dSXin LI>22 short >0 - version %d 16*b6cee71dSXin LI>22 short 0 - 17*b6cee71dSXin LI#>4 date x stamp %s 18*b6cee71dSXin LI0 short 0x155 Encore unsupported executable 19*b6cee71dSXin LI>12 long >0 not stripped 20*b6cee71dSXin LI>22 short >0 - version %d 21*b6cee71dSXin LI>22 short 0 - 22*b6cee71dSXin LI#>4 date x stamp %s 23