i960 Processor Compiler User's Guide
2-6
2
Table 2-1 lists the linker options that gcc960 passes directly to the linker.
Table 2-1 Linker Options Accepted by gcc960
Option Name Description
e Entry point defines entry point other than default for
beginning execution of program.
gcdm Decision Maker invokes gcdm960 decision maker.
l Archive file specifies an archive file as input.
L Library search adds directories to search for libraries,
configuration files, and startup object files.
r Relocation retains relocation information in the output
object file.
s Strip strips line-number entries and symbol-table
entries from the linker's COFF output file.
u Unresolved
Symbol
introduces an unresolved symbol, causing the
linker to search symbol tables for resolution of
the reference.
X | x Compress X removes all symbols from the output symbol
table; x removes only local symbols.
y Trace symbol traces a symbol; indicates object files where it
appears; provides other information.
z Time stamp suppresses COFF time stamp in linker output
file.
gcc960 and Predefined Macros
Predefined macros within a program can act as constants during execution
or as values in conditional-compilation statements. Predefined macros
include ANSI-standard macros and macros specific to the i960 processor
architecture. The
U (Undefine) option removes i960 processor-specific
macros but not ANSI-standard macros.