1 /* BEGIN INCLUDE FILE ... gm_data.incl.pl1 ... 31 July 1981 ... WOS */
 2 /* Assorted data and structures used by the generate_mst subsystem */
 3 
 4 dcl  NORMAL_SEG               init (1) fixed bin internal static options (constant);
 5 dcl  WHOLE_OBJECT_SEG         init (2) fixed bin internal static options (constant);
 6 dcl  TEXT_ONLY_SEG            init (3) fixed bin internal static options (constant);
 7 dcl  FABRICATED_SEG           init (4) fixed bin internal static options (constant);
 8 dcl  DATA_SEG                 init (5) fixed bin internal static options (constant);
 9 dcl  FIRST_SEG                init (6) fixed bin internal static options (constant);
10 dcl  BOOT_PROGRAM_SEG         init (7) fixed bin internal static options (constant);
11 
12 /* END INCLUDE FILE ... gm_data.incl.pl1 */