diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-10-24 11:24:35 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-10-24 11:24:35 +0200 |
commit | db4b3c499d935e5764d9aaf8b3239f8968029376 (patch) | |
tree | 1dc5fccd16a43a4b60f37dbb9057544ac4505cce /gcc/ada/gnat_ugn.texi | |
parent | 86f0e17adccb1d1f127d6e489ac1cf7a3bb2f517 (diff) | |
download | gcc-db4b3c499d935e5764d9aaf8b3239f8968029376.zip gcc-db4b3c499d935e5764d9aaf8b3239f8968029376.tar.gz gcc-db4b3c499d935e5764d9aaf8b3239f8968029376.tar.bz2 |
[multiple changes]
2011-10-24 Vasiliy Fofanov <fofanov@adacore.com>
* gnat_ugn.texi: Document explicit use of XDECGNAT library.
2011-10-24 Hristian Kirtchev <kirtchev@adacore.com>
* exp_ch3.adb (Build_Assignment): Add local constant N_Loc and
update its uses.
(Build_Discriminant_Assignments): Add local variable D_Loc and update
its uses.
(Build_Init_Statements): Add local variables Comp_Loc, Decl_Loc and
Var_Loc and update their uses.
(Build_Record_Init_Proc): Code reformatting.
(Increment_Counter): Add formal parameter Loc.
(Make_Counter): Add formal parameter Loc.
2011-10-24 Eric Botcazou <ebotcazou@adacore.com>
* sem_disp.adb (Covers_Some_Interface): Fix typo.
2011-10-24 Matthew Heaney <heaney@adacore.com>
* a-cuprqu.adb, a-cbprqu.adb (Dequeue_Only_High_Priority):
Predicate had wrong sense.
2011-10-24 Yannick Moy <moy@adacore.com>
* sem_ch13.adb (Analyze_Aspect_Specifications/Aspect_Test_Case):
Translate arguments in positional notation into pragma argument
association arguments for the generated pragma.
2011-10-24 Arnaud Charlet <charlet@adacore.com>
* exp_ch5.adb: Fix minor typo.
2011-10-24 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb (Is_Visible_Component): Refine predicate for
the case of a component reference in an instance body, when the
enclosing type is private.
From-SVN: r180369
Diffstat (limited to 'gcc/ada/gnat_ugn.texi')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 377eb75..abf8093 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -21143,6 +21143,13 @@ On OpenVMS Alpha, HP Ada provides the following strongly-typed bindings: GNAT provides implementations of these HP bindings in the @code{DECLIB} directory, on both the Alpha and I64 OpenVMS platforms. +The X components of DECLIB compatibility package are located in a separate +library, called XDECGNAT, which is not linked with by default; this library +must be explicitly linked with any application that makes use of any X facilities, +with a command similar to + +@code{GNAT MAKE USE_X /LINK /LIBRARY=XDECGNAT} + The X/Motif bindings used to build @code{DECLIB} are whatever versions are in the HP Ada @file{ADA$PREDEFINED} directory with extension @file{.ADC}. |