C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Compiler Pragmas
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
13-58
LIST
LIST
The LIST pragmas control the generation of compiler-listing text. The LIST pragma
enables the generation of compiler-listing text, and the NOLIST pragma disables it.
The pragma default settings are:
Usage Guideline
The LIST and NOLIST pragmas can be entered on the compiler RUN command line
or in the source text.
LMAP
The LMAP pragma controls the generation and presentation of load-map information in
the compiler listing. The LMAP pragma enables load-map generation and specifies how
to present the load maps. NOLMAP disables generation of load maps or disables one
form of load-map presentation.
lmap-type
specifies the type of load-map presentation to enable or disable. The available
presentation types are:
ALPHA
specifies load maps of functions and data blocks sorted by name.
LOC
specifies load maps of functions and data blocks sorted by starting address.
[NO]LIST
SYSTYPE GUARDIAN SYSTYPE OSS
TNS C compiler LIST LIST
G-series TNS c89 utility LIST LIST
TNS/R native C and C++ compilers LIST LIST
Native c89 utility LIST LIST
TNS/E native C and C++ compilers LIST LIST
[NO]LMAP { lmap-type }
{ ( lmap-type [ , lmap-type ] ) }
{ * }
lmap-type:
{ ALPHA | LOC }