]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/file/Magdir/hitachi-sh
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / file / Magdir / hitachi-sh
1
2 #------------------------------------------------------------------------------
3 # hitach-sh: file(1) magic for Hitachi Super-H
4 #
5 # Super-H COFF
6 #
7 0       beshort         0x0500          Hitachi SH big-endian COFF
8 >18     beshort&0x0002  =0x0000         object
9 >18     beshort&0x0002  =0x0002         executable
10 >18     beshort&0x0008  =0x0008         \b, stripped
11 >18     beshort&0x0008  =0x0000         \b, not stripped
12 #
13 0       leshort         0x0550          Hitachi SH little-endian COFF
14 >18     leshort&0x0002  =0x0000         object
15 >18     leshort&0x0002  =0x0002         executable
16 >18     leshort&0x0008  =0x0008         \b, stripped
17 >18     leshort&0x0008  =0x0000         \b, not stripped
18