noft Manual (G06.26+)
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- 2 noft Utility
- 3 noft Options
- Break Key
- ! (Exclamation Point)
- CD
- COMMENT
- DUMPADDRESS or DA
- DUMPOFFSET or DO
- DUMPPROC or DP
- DYNSTR2
- ENV
- EXIT or E
- FC
- FILE or F
- HELP or ?
- HISTORY or H
- LAYOUT
- LIBLIST
- LISTATTRIBUTE or LA
- LISTCOMPILERS or LC
- LISTOPTIMIZE or LO
- LISTPROC or LP
- LISTSOURCE or LS
- LISTSRLEXPORTS or LLE
- LISTSRLFIXUPS or LLF
- LISTSRLINFO or LLI
- LISTUNREFERENCED or LUR
- LISTUNRESOLVED or LU
- LOG
- OBEY
- OUT
- QUIT or Q
- RESET
- SET
- SHOW
- SYSTEM or VOLUME
- XREFPROC or XP
- 4 noft Diagnostic Messages
- 5 ar Utility
- 6 ar Diagnostic Messages
- A Sample nld and noft Session
- B Converting From Binder to noft
- C Native Object File Structure
- Glossary
- Index

noft Options
noft Manual—528273-001
3-25
LISTCOMPILERS or LC
LISTCOMPILERS or LC
The LISTCOMPILERS option lists version information about the native compiler
components and nld utility used to create an object file.
BRIEF
B
provides minimal information about each source file. This is the default.
DETAIL
D
provides detailed information about each object file.
The version information includes the product T-number, the product version, and the
platform on which the product was run.
{ LISTCOMPILERS | LC } [ BRIEF | B | DETAIL | D]
Example 3-18. LISTCOMPILERS Option (BRIEF)
listcompilers brief
Linker : T6017D44_15OCT99_99258___Guardian
10 source files did not have any compiler information
Number of Source Files : 2
C Compiler Front End : T9577D43_T9225D43_30AUG97_CFE_20MAR97_
Back End Optimizer : T8304DX1_01NOV96_06JAN97_SUN
Back End Code Generator : T8304DX1_01NOV96_06JAN97_SUN
Back End Assembler : T8304DX1_01NOV96_06JAN97_SUN
noft>
Example 3-19. LISTCOMPILERS Option (DETAIL) (page 1 of 3)
noft> listcompilers detail
Linker : T6017D44_15OCT99_99258___Guardian
Filename : \CYCLONE.$PTAL.KMZMAIN.SECTHDRR
File Number : 1
R_REFSHFT Compiler Front End : (not available)
Back End Optimizer : (not available)
Back End Code Generator : (not available)
Back End Assembler : (not available)
Filename : \CYCLONE.$PTAL.KMZMAIN.ELFHDRR
File Number : 2
R_REFSHFT Compiler Front End : (not available)
Back End Optimizer : (not available)
Back End Code Generator : (not available)
Back End Assembler : (not available)
Filename : \CYCLONE.$PTAL.KMZMAIN.PROGHDRR
File Number : 3
R_REFSHFT Compiler Front End : (not available)
Back End Optimizer : (not available)
Back End Code Generator : (not available)
Back End Assembler : (not available)