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