HP 3000 Manuals

-ADDSL [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation


MPE Segmenter Reference Manual

-ADDSL 

Adds procedure to a Segmented Library (SL) file.

SYNTAX 

     -ADDSL name[;PMAP][{;FPMAP  }][;NOSYM][;PATCH=patchsize]
                        {;NOFPMAP}

PARAMETERS 

name             The name of the segment to be added to the SL file.

PMAP             An indication that a listing describing the prepared
                 segment will be produced on the file specified in the
                 MPE :SEGMENTER command parameter listfile, which
                 defaults to $STDLIST. If this parameter is omitted, the
                 prepared segment is not listed.

FPMAP or         Includes or excludes the internal PMAP information.
NOFPMAP          FPMAP is a request to have internal PMAP information
                 included in the program.  NOFPMAP excludes PMAP
                 information from the program when the system FPMAP or
                 job/session FPMAP is on.  If the symbolic debug option
                 is invoked, default is FPMAP. Otherwise the default is
                 NOFPMAP.

NOSYM            Suppresses the symbolic debug option.  Refer to the HP 
                 Toolset Reference Manual (32350-90001).

patchsize        Specifies the size of the patch area.  This size will
                 apply to all segments within the program file.  The
                 value you specify must be within -1 and 16,380 words.

EXAMPLE 

-ADDSL SL1;PMAP           Adds segment SL1 to the currently-managed SL
                          file and produces a listing of the segment.



MPE/iX 5.0 Documentation