1284194Sdelphij
2284194Sdelphij#------------------------------------------------------------------------------
3284194Sdelphij# $File: ibm370,v 1.9 2014/04/30 21:41:02 christos Exp $
4284194Sdelphij# ibm370:  file(1) magic for IBM 370 and compatibles.
5284194Sdelphij#
6284194Sdelphij# "ibm370" said that 0x15d == 0535 was "ibm 370 pure executable".
7284194Sdelphij# What the heck *is* "USS/370"?
8284194Sdelphij# AIX 4.1's "/etc/magic" has
9284194Sdelphij#
10284194Sdelphij#	0	short		0535		370 sysV executable 
11284194Sdelphij#	>12	long		>0		not stripped
12284194Sdelphij#	>22	short		>0		- version %d
13284194Sdelphij#	>30	long		>0		- 5.2 format
14284194Sdelphij#	0	short		0530		370 sysV pure executable 
15284194Sdelphij#	>12	long		>0		not stripped
16284194Sdelphij#	>22	short		>0		- version %d
17284194Sdelphij#	>30	long		>0		- 5.2 format
18284194Sdelphij#
19284194Sdelphij# instead of the "USS/370" versions of the same magic numbers.
20284194Sdelphij#
21284194Sdelphij0	beshort		0537		370 XA sysV executable 
22284194Sdelphij>12	belong		>0		not stripped
23284194Sdelphij>22	beshort		>0		- version %d
24284194Sdelphij>30	belong		>0		- 5.2 format
25284194Sdelphij0	beshort		0532		370 XA sysV pure executable 
26284194Sdelphij>12	belong		>0		not stripped
27284194Sdelphij>22	beshort		>0		- version %d
28284194Sdelphij>30	belong		>0		- 5.2 format
29284194Sdelphij0	beshort		054001		370 sysV pure executable
30284194Sdelphij>12	belong		>0		not stripped
31284194Sdelphij0	beshort		055001		370 XA sysV pure executable
32284194Sdelphij>12	belong		>0		not stripped
33284194Sdelphij0	beshort		056401		370 sysV executable
34284194Sdelphij>12	belong		>0		not stripped
35284194Sdelphij0	beshort		057401		370 XA sysV executable
36284194Sdelphij>12	belong		>0		not stripped
37284194Sdelphij0       beshort		0531		SVR2 executable (Amdahl-UTS)
38284194Sdelphij>12	belong		>0		not stripped
39284194Sdelphij>24     belong		>0		- version %d
40284194Sdelphij0	beshort		0534		SVR2 pure executable (Amdahl-UTS)
41284194Sdelphij>12	belong		>0		not stripped
42284194Sdelphij>24	belong		>0		- version %d
43284194Sdelphij0	beshort		0530		SVR2 pure executable (USS/370)
44284194Sdelphij>12	belong		>0		not stripped
45284194Sdelphij>24	belong		>0		- version %d
46284194Sdelphij0	beshort		0535		SVR2 executable (USS/370)
47284194Sdelphij>12	belong		>0		not stripped
48284194Sdelphij>24	belong		>0		- version %d
49