From 637a41a5d77d096f6a595c683490bee7f9943f5c Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Tue, 21 Jan 2014 17:29:08 +0100 Subject: [multiple changes] 2014-01-21 Robert Dewar * checks.adb, sem_util.ads, sem_ch4.adb: Minor reformatting. 2014-01-21 Pascal Obry * projects.texi: Minor typo fix. 2014-01-21 Thomas Quinot * 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 * 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 * 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 --- gcc/ada/projects.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/projects.texi') 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 -- cgit v1.1