pTAL Reference Manual (H06.03+)
Compiler Directives
HP pTAL Reference Manual—523746-005
17-64
SYMBOLS
The compilation command in Example 17-36 on page 17-64 starts the compilation and
suppresses all source code listings and maps from printing in the compiler output.
SYMBOLS
SYMBOLS saves symbols in a symbol table in the object file, enabling you use a
symbolic debugger to debug the object file.
SYMBOLS
saves all symbols information.
NOSYMBOLS
saves information about:
•
Procedure memos
•
Global data block names
•
Line numbers
Does not save information about parameters, local variables, data types, and so
on.
Default: NOSUPPRESS
Placement: Anywhere
Scope: Applies to the compilation unit
Dependencies: Overrides all the listing directives (referenced in the next row)
References:
•
DEFEXPAND on page 17-24
•
FMAP on page 17-34
•
GMAP on page 17-34
•
INNERLIST on page 17-39
•
LIST on page 17-41
•
MAP on page 17-43
•
PAGE on page 17-49
•
PRINTSYM on page 17-50
Example 17-36. SUPPRESS Directive
PTAL /IN mysrc, OUT $s.#lists/ myobj;
SYMBOLS
NOSYMBOLS
VST672.vsd










