Commit 48a54da3 by Doug Rupp Committed by Arnaud Charlet

gnatlbr.adb: Removed.

2010-09-09  Doug Rupp  <rupp@adacore.com>

	* gnatlbr.adb: Removed.
	* gnat_rm.texi, ug_words, gnat_ugn.texi: Remove mention of gnatlbr.

From-SVN: r164080
parent ae2aa109
2010-09-09 Doug Rupp <rupp@adacore.com>
* gnatlbr.adb: Removed.
* gnat_rm.texi, ug_words, gnat_ugn.texi: Remove mention of gnatlbr.
2010-09-09 Robert Dewar <dewar@adacore.com>
* sem_res.adb (Resolve_Type_Conversion): Catch more cases of redundant
......
......@@ -2428,9 +2428,7 @@ floating point types declared in the packages @code{Standard} and
be @code{IEEE_Float} and the pragma has no effect. On OpenVMS, the
argument may be @code{VAX_Float} to specify the use of the VAX float
format for the floating-point types in Standard. This requires that
the standard runtime libraries be recompiled. @xref{The GNAT Run-Time
Library Builder gnatlbr,,, gnat_ugn, @value{EDITION} User's Guide
OpenVMS}, for a description of the @code{GNAT LIBRARY} command.
the standard runtime libraries be recompiled.
The two argument form specifies the representation to be used for
the specified floating-point type. On all systems other than OpenVMS,
......@@ -3346,9 +3344,6 @@ type @code{Long_Float} and for floating point type representations with
For further details on this pragma, see the
@cite{DEC Ada Language Reference Manual}, section 3.5.7b. Note that to use
this pragma, the standard runtime libraries must be recompiled.
@xref{The GNAT Run-Time Library Builder gnatlbr,,, gnat_ugn,
@value{EDITION} User's Guide OpenVMS}, for a description of the
@code{GNAT LIBRARY} command.
@node Pragma Machine_Attribute
@unnumberedsec Pragma Machine_Attribute
......
......@@ -182,9 +182,6 @@ AdaCore@*
* The GNAT Metric Tool gnatmetric::
* File Name Krunching Using gnatkr::
* Preprocessing Using gnatprep::
@ifset vms
* The GNAT Run-Time Library Builder gnatlbr::
@end ifset
* The GNAT Library Browser gnatls::
* Cleaning Up Using gnatclean::
@ifclear vms
......@@ -409,14 +406,6 @@ Preprocessing Using gnatprep
* Form of Definitions File::
* Form of Input Text for gnatprep::
@ifset vms
The GNAT Run-Time Library Builder gnatlbr
* Running gnatlbr::
* Switches for gnatlbr::
* Examples of gnatlbr Usage::
@end ifset
The GNAT Library Browser gnatls
* Running gnatls::
......@@ -792,13 +781,6 @@ preprocessor utility that allows a single source file to be used to
generate multiple or parameterized source files by means of macro
substitution.
@ifset vms
@item
@ref{The GNAT Run-Time Library Builder gnatlbr}, describes @command{gnatlbr},
a tool for rebuilding the GNAT run time with user-supplied
configuration pragmas.
@end ifset
@item
@ref{The GNAT Library Browser gnatls}, describes @code{gnatls}, a
utility that displays information about compiled units, including dependences
......@@ -14995,76 +14977,6 @@ Header : String := $XYZ;
@noindent
and then the substitution will occur as desired.
@ifset vms
@node The GNAT Run-Time Library Builder gnatlbr
@chapter The GNAT Run-Time Library Builder @code{gnatlbr}
@findex gnatlbr
@cindex Library builder
@noindent
@code{gnatlbr} is a tool for rebuilding the GNAT run time with user
supplied configuration pragmas.
@menu
* Running gnatlbr::
* Switches for gnatlbr::
* Examples of gnatlbr Usage::
@end menu
@node Running gnatlbr
@section Running @code{gnatlbr}
@noindent
The @code{gnatlbr} command has the form
@smallexample
$ GNAT LIBRARY /@r{[}CREATE@r{|}SET@r{|}DELETE@r{]}=directory @r{[}/CONFIG=file@r{]}
@end smallexample
@node Switches for gnatlbr
@section Switches for @code{gnatlbr}
@noindent
@code{gnatlbr} recognizes the following switches:
@table @option
@c !sort!
@item /CREATE=directory
@cindex @code{/CREATE} (@code{gnatlbr})
Create the new run-time library in the specified directory.
@item /SET=directory
@cindex @code{/SET} (@code{gnatlbr})
Make the library in the specified directory the current run-time library.
@item /DELETE=directory
@cindex @code{/DELETE} (@code{gnatlbr})
Delete the run-time library in the specified directory.
@item /CONFIG=file
@cindex @code{/CONFIG} (@code{gnatlbr})
With /CREATE: Use the configuration pragmas in the specified file when
building the library.
With /SET: Use the configuration pragmas in the specified file when
compiling.
@end table
@node Examples of gnatlbr Usage
@section Example of @code{gnatlbr} Usage
@smallexample
Contents of VAXFLOAT.ADC:
pragma Float_Representation (VAX_Float);
$ GNAT LIBRARY /CREATE=[.VAXFLOAT] /CONFIG=VAXFLOAT.ADC
GNAT LIBRARY rebuilds the run-time library in directory [.VAXFLOAT]
@end smallexample
@end ifset
@node The GNAT Library Browser gnatls
@chapter The GNAT Library Browser @code{gnatls}
@findex gnatls
......
......@@ -24,8 +24,6 @@ gnatfind ^ GNAT FIND
Gnatfind ^ GNAT FIND
gnatkr ^ GNAT KRUNCH
Gnatkr ^ GNAT KRUNCH
gnatlbr ^ GNAT LIBRARY
Gnatlbr ^ GNAT LIBRARY
gnatlink ^ GNAT LINK
Gnatlink ^ GNAT LINK
gnatls ^ GNAT LIST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment