The files in this directory are support programs and modules for the GCC
compiler on IBM OS/390 with Unix System Services (formerly OpenEdition).

as2		- REXX script to run ASMA90 from as.sh.
as.c		- Assembler shim (Uses cc)
as.sh		- Shell script assembler shim (Doesn't use cc)
echodir.c	- Echo the directory component of a pathname.
echofile.c	- Echo the file component of a pathname.
fix80.c		- Blank fill a file to 80 bytes.
gccmain.c	- The actual main program to set up the runtime environment.
gccmain.o	- The binary of gccmain.c
ld2		- REXX script to run LINKEDIT from ld.sh.
ld.c		- Linker shim (Uses cc)
ld.sh		- Linker shim (Doesn't use cc)
lstods.c	- Converts output listing datasets.
Makefile	- Make the programs/modules
README		- This file.
trim.c		- Trims trailing blanks from a file.
trunc80.c	- Truncates a file to 80 bytes.
