From d132904f6a76cc8d48e3b76fdb9173eea3e7617b Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Wed, 15 Oct 1980 13:03:57 -0800 Subject: [PATCH] BSD 4 development Work on file usr/src/cmd/pcc/VMS/README Synthesized-from: CSRG//cd1/4.0 --- usr/src/cmd/pcc/VMS/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usr/src/cmd/pcc/VMS/README diff --git a/usr/src/cmd/pcc/VMS/README b/usr/src/cmd/pcc/VMS/README new file mode 100644 index 0000000000..e3e7462891 --- /dev/null +++ b/usr/src/cmd/pcc/VMS/README @@ -0,0 +1,13 @@ +These are files needed to producing a VMS C compiler. + +The program filter translates unix assembly language into something +that the VMS assembler will accept assuming the file jeql.mar is +transported to VMS and made into a macro library to reside in +"db0:[c]jeql.mlb". + +PLEASE NOTE THAT the most recent mit version of stdio.h for VMS has +been revised, due to alignment problems. (The code produced by the +compilers is not wholly compatible since that of the unix/32V compiler +attempts to allign longword members of structures on longword +boundaries and the mit/Ritchie compiler only aligns to 2 byte +boundaries.) The revised stdio.h is given here. -- 2.20.1