diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-01-21 17:29:08 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-01-21 17:29:08 +0100 |
commit | 637a41a5d77d096f6a595c683490bee7f9943f5c (patch) | |
tree | 876a2997959545a583ccfb8d934c6ad25b24349e /gcc/ada/projects.texi | |
parent | 497716fecf8c610d672576c71ca435e804f04f4a (diff) | |
download | gcc-637a41a5d77d096f6a595c683490bee7f9943f5c.zip gcc-637a41a5d77d096f6a595c683490bee7f9943f5c.tar.gz gcc-637a41a5d77d096f6a595c683490bee7f9943f5c.tar.bz2 |
[multiple changes]
2014-01-21 Robert Dewar <dewar@adacore.com>
* checks.adb, sem_util.ads, sem_ch4.adb: Minor reformatting.
2014-01-21 Pascal Obry <obry@adacore.com>
* projects.texi: Minor typo fix.
2014-01-21 Thomas Quinot <quinot@adacore.com>
* freeze.adb (Check_Component_Storage_Order): If a record type
has an explicit Scalar_Storage_Order attribute definition clause,
reject any component that itself is of a composite type and does
not have one.
2014-01-21 Ed Schonberg <schonberg@adacore.com>
* sem_ch10.adb (Generate_Parent_Reference): Make public so it
can be used to generate proper cross-reference information for
the parent units of proper bodies.
2014-01-21 Thomas Quinot <quinot@adacore.com>
* gcc-interface/decl.c (gnat_to_gnu_entity): For a modular
type that represents a bit packed array type, propagate the
reverse storage order flag to the generated wrapper record.
* exp_pakd.adb (Expand_Packed_Element_Set,
Expand_Packed_Element_Reference): No byte swapping required in
the front-end for the case of a reverse storage order array,
as this is now handled uniformly in the back-end. However we
still need to swap back an extracted element if it is itself a
nested composite with reverse storage order.
From-SVN: r206890
Diffstat (limited to 'gcc/ada/projects.texi')
-rw-r--r-- | gcc/ada/projects.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/projects.texi b/gcc/ada/projects.texi index 4a6f053..8253477 100644 --- a/gcc/ada/projects.texi +++ b/gcc/ada/projects.texi @@ -3171,8 +3171,8 @@ The following packages are currently supported in project files @b{Default_Switches} and @b{^Switches^Switches^} have the same semantics as for the package @code{Builder}. @item ^Gnatls^Gnatls^ - This package the options to use when invoking @command{gnatls} via the - @command{gnat} driver. + This package specifies the options to use when invoking @command{gnatls} + via the @command{gnat} driver. @item ^Gnatstub^Gnatstub^ This package specifies the options used when calling the tool @command{gnatstub} via the @command{gnat} driver. Its attributes |