i960 Processor Compiler User's Guide
2-10
2
Table 2-2 Intermediate Inputs and Outputs
Last Phase
Completed Option Inputs Outputs
preprocessing M, E C source files display on standard
output
compilation S C source files
preprocessed files
assembly-language file
listing files
assembly c C source files
preprocessed files
assembly files
unlinked object files
listing files
linking (default) C source files
preprocessed files
assembly files
unlinked object files
relinkable object files
libraries
configuration files
list files
executable file
relinkable object file
When specifying only one primary input file, the o (Output) option names
a single output file. Specifying multiple primary input files, or not
specifying an output filename, causes gcc960 to use the primary input
filenames to derive corresponding default output filenames with the form
filename
.
e
, where:
filename
is the primary input filename without its
extension.
e
is a single-letter extension indicating the contents
of a file, as follows:
s indicates an assembly-language file
from the
S option.
o indicates an object file from the c
option.
L indicates a listing file from the
clist option.