DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦61634934b⟧ TextFile

    Length: 5218 (0x1462)
    Types: TextFile
    Names: »V«

Derivation

└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
    └─ ⟦b8efda8ac⟧ »DATA« 
        └─⟦7061b4ee8⟧ 
            └─⟦this⟧ 

TextFile

package Help_Text is

    Rs6000_Aix_Ibm_Assemble_Help : constant String :=
       "If True, sets the -a option for the Ada/6000 compiler. This option " &
          "causes the compiler to create the .s file on the RS/6000 and the " &
          ".<Asm> file on the host. Note: This switch must be False when you " &
          "generate batch scripts. " & "The default value is False.";

    Rs6000_Aix_Ibm_Debugging_Help : constant String :=
       "If True, sets the -d option for the Ada/6000 compiler and linker. " &
          "This option causes the compiler and linker to store debugging " &
          "information in the RS/6000's working sublibrary. " &
          "The default value is False.";

    Rs6000_Aix_Ibm_Fp_Ovrflw_Detect_Help : constant String :=
       "If True, sets the -Q option for the Ada/6000 compiler and linker. " &
          "This option causes the compiler and linker to detect " &
          "single-precision floating-point overflows. (Ada/6000 Release 1.0 " &
          "only) " & "The default value is False.";

    Rs6000_Aix_Ibm_Include_Help : constant String :=
       "Sets the -i option for the Ada/6000 linker. This option causes the " &
          "linker to include the non-Ada object file (library) specified by " &
          "the string value. If multiple libraries are included, each " &
          "filename must be preceded by -i, for example: -i libXt -i libXm " &
          "-i mylib. Setting this switch causes the specified object files " &
          "to be included in every unit in the view. To include these files " &
          "only in specific units, use the Rci.Set_Unit_Options command.";

    Rs6000_Aix_Ibm_Library_List_Help : constant String :=
       "Sets the -L option for the Ada/6000 compiler and linker. This option " &
          "allows you to specify a remote import-list file other than the " &
          "default (alib.list). As described in the RCI User's Manual, this " &
          "is not a recommended solution; the string value contains the " &
          "name of the remote import-list file.";

    Rs6000_Aix_Ibm_List_Help : constant String :=
       "If True, sets the -l option for the Ada/6000 compiler. This option " &
          "causes the compiler to produce an Ada listing file with the .lst " &
          "extension on the RS/6000 and the .<List> file on the host. Note: " &
          "This switch must be False when you generate batch scripts. " &
          "The default value is False.";

    Rs6000_Aix_Ibm_Major_Optimize_Help : constant String :=
       "If True, sets the -O option for the Ada/6000 compiler and linker. " &
          "This option causes the compiler and linker to produce highly " &
          "optimized code that disallows debugging. " &
          "The default value is False.";

    Rs6000_Aix_Ibm_Minor_Optimize_Help : constant String :=
       "If True, sets the -G option for the Ada/6000 compiler and linker. " &
          "This option causes some optimization to be provided, but still " &
          "allows debugging. " & "The default value is False.";

    Rs6000_Aix_Ibm_Object_Only_Help : constant String :=
       "If True, sets the -e option for the Ada/6000 linker. This option " &
          "causes the linker to create only an object module (a.out for a " &
          "main unit rather than an executable module.) " &
          "The default value is False.";

    Rs6000_Aix_Ibm_Os_Task_Help : constant String :=
       "If True, sets the -t option for the Ada/6000 linker. This option " &
          "causes the linker to use special memory layouts for Os_Task. " &
          "(Ada/6000 Release 1.0 only) " & "The default value is False.";

    Rs6000_Aix_Ibm_Profile_Help : constant String :=
       "If True, sets the -p option for the Ada/6000 compiler and linker. " &
          "This option causes the compiler and linker to produce profiled " &
          "code. " & "The default value is False.";

    Rs6000_Aix_Ibm_Suppress_All_Help : constant String :=
       "If True, sets the -S option for the Ada/6000 compiler and linker. " &
          "This option has the same effect as pragma Suppress. " &
          "The default value is False.";

    Rs6000_Aix_Ibm_Unlock_Help : constant String :=
       "If True, sets the -u option for the Ada/6000 compiler and linker. " &
          "This option causes the working sublibrary to be unlocked. " &
          "The default value is False.";

    Rs6000_Aix_Ibm_Verbose_Help : constant String :=
       "If True, sets the -v option for the Ada/6000 compiler and linker. " &
          "This option causes the compiler and linker to display " &
          "informational messages during the compilation that normally are " &
          "not displayed. See the ""Output from the RCI Compiler and " &
          "Linker"" section of the RCI User's Guide. " &
          "The default value is False.";

    Rs6000_Aix_Ibm_Virtual_Pages_Help : constant String :=
       "Sets the -V option for the Ada/6000 compiler and linker. This option " &
          "specifies the number of pages for the compiler and linker to use " &
          "in managing memory storage; the string contains a value for the " &
          "number of virtual pages.";

end Help_Text;