gcc960 Compiler Driver
2-23
2
Fbout | Fcoff | Felf (Format)
Specifies the object file
format.
Fbout specifies the b.out object format. This is the
default. You can add the
g option to specify the
style of symbolic-debug symbols created. Note
that you cannot use this option with the
-ARP
architecture setting.
Fcoff specifies the COFF object format, and causes the
assembler to be invoked as gas960c, rather than
gas960. You can add the
g option to specify the
style of symbolic-debug symbols created.
Felf specifies the ELF object format, and causes the
assembler to be invoked as gas960e, rather than
gas960. If you add the
g option, the DWARF
style of symbolic-debug symbols is used.
fdb (Database)
Builds optimization
database.
All modules subject to program-wide optimization must be initially
compiled with the
fdb option. This option causes the insertion of program
database information in the object modules, and it requires a minimum
module-local optimization level of
O1 (although higher module-local
optimization levels are allowed).