xref: /original-bsd/old/pcc/ccom.vax/VMS/README (revision a9f72008)
1*a9f72008SbosticThese are files needed to producing a VMS C compiler.
2*a9f72008Sbostic
3*a9f72008SbosticThe program filter translates unix assembly language into something
4*a9f72008Sbosticthat the VMS assembler will accept assuming the file jeql.mar is
5*a9f72008Sbostictransported to VMS and made into a macro library to reside in
6*a9f72008Sbostic"db0:[c]jeql.mlb".
7*a9f72008Sbostic
8*a9f72008SbosticPLEASE NOTE THAT the most recent mit version of stdio.h for VMS has
9*a9f72008Sbosticbeen revised, due to alignment problems. (The code produced by the
10*a9f72008Sbosticcompilers is not wholly compatible since that of the unix/32V compiler
11*a9f72008Sbosticattempts to allign longword members of structures on longword
12*a9f72008Sbosticboundaries and the mit/Ritchie compiler only aligns to 2 byte
13*a9f72008Sbosticboundaries.)  The revised stdio.h is given here.
14