pTAL Reference Manual (H06.08+)
Compiler Directives
HP pTAL Reference Manual—523746-006
17-66
SYMBOLS
The compilation command in Example 17-36 on page 17-66 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-26
•
FMAP on page 17-36
•
GMAP on page 17-37
•
INNERLIST on page 17-42
•
LIST on page 17-44
•
MAP on page 17-45
•
PAGE on page 17-51
•
PRINTSYM on page 17-52
Example 17-36. SUPPRESS Directive
PTAL /IN mysrc, OUT $s.#lists/ myobj;
SYMBOLS
NOSYMBOLS
VST672.vsd










