HP Pascal/iX Programmer's Guide (31502-90023)
B- 8
structure account/group, where group is a
directory containing the file f. If a Pascal
source program contains the statement
$INCLUDE 'F.Group.Account'$
then the compiler appends the appropriate path
information to f and searches for the resulting
name (for example, root/account/group/f, where
root is the parent of the account-level
directories).
-c Suppress linking and only produce object (.o)
files from source files.
-D
name=bool
, Defines
name
is as if it has been set (with
-D
name
$SET) to the
n
th line on the source file.
bool
can be either TRUE or FALSE; if
bool
in not
specified,
name
is set to TRUE.
name
and
bool
can be uppercase or lowercase. The order in
which the compiler encounters $SETs (regardless
of relative order on the command line) is:
1. -D
name
=
bool
2. +Q
dfile
3. source file
The compiler overrides -D
name
=
bool
with any
subsequent duplicate use of $SET, always taking
the last one and issuing a warning.
+DA
model
Generates object code for a specific version of
the PA-RISC architecture.
model
can be a model
number such as 750 or 870, or one of the
following architecture specifications:
1.0 Generates object code suitable for all
implementations of PA-RISC 1.0 or
higher. This is the default for all
Series 800 models.
1.1 Generates object code suitable for all
implementations of PA-RISC 1.1. This is
the default for all Series 700 models.
Note that object code generated for
PA-RISC 1.1 will not execute on PA-RISC
1.0 implementations.
+DA
model
also specifies the appropriate library
search path for HP-UX math libraries. If your
program calls any of the standard Pascal
Arithmetic functions, using +DA1.0 links the
PA-RISC 1.0 version of the math library and
using +DA1.1 links the PA-RISC 1.1 version of
the library. The PA-RISC 1.1 libraries have
performance enhancements and new routines that
the PA-RISC 1.0 libraries lack. See the
HP-UX
Floating-Point Guide
for more information about
using math libraries.
+DS
model
Perform instruction scheduling appropriate for a
specific implementation of the PA-RISC
architecture.
model
can be a model number such
as 750 or 870, or one of the following
architecture specifications: