diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-22 14:12:55 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-22 14:12:55 +0000 |
commit | ad6b44d8902bec8c9e14046133ecfff3513e00b6 (patch) | |
tree | 0ca3eebfb23972eb52bb66139e169b1ffc2e8701 /gcc/ada/make.adb | |
parent | 3ad9c37507003591d3eab89c6b0a3c8373086ecf (diff) | |
download | gcc-ad6b44d8902bec8c9e14046133ecfff3513e00b6.tar.gz |
2012-02-22 Robert Dewar <dewar@adacore.com>
* exp_util.adb, make.adb, sem_dim.adb, sem_ch4.adb, exp_disp.adb: Minor
reformatting.
2012-02-22 Geert Bosch <bosch@adacore.com>
* g-bytswa-x86.adb, g-bytswa.adb, gcc-interface/Makefile.in: Remove
x86-specific version of byteswap and use GCC builtins instead.
2012-02-22 Tristan Gingold <gingold@adacore.com>
* gcc-interface/decl.c (gnat_to_gnu_entity) [E_String_Type,
E_Array_Type]: Translate component ealier.
2012-02-22 Robert Dewar <dewar@adacore.com>
* par-ch3.adb (P_Signed_Integer_Type_Definition): Specialize
error message for 'Range.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184480 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r-- | gcc/ada/make.adb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index 0b1cd09b44c..e2512a0678c 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -1865,7 +1865,7 @@ package body Make is elsif not Read_Only and then Main_Project /= No_Project then declare Uname : constant Name_Id := - Check_Source_Info_In_ALI (ALI, Project_Tree); + Check_Source_Info_In_ALI (ALI, Project_Tree); Udata : Prj.Unit_Index; @@ -1875,11 +1875,11 @@ package body Make is return; end if; - -- Check that the ALI file is in the correct object - -- directory. If it is in the object directory of a project - -- that is extended and it depends on a source that is in - -- one of its extending projects, then the ALI file is not - -- in the correct object directory. + -- Check that ALI file is in the correct object directory. + -- If it is in the object directory of a project that is + -- extended and it depends on a source that is in one of + -- its extending projects, then the ALI file is not in the + -- correct object directory. -- First, find the project of this ALI file. As there may be -- several projects with the same object directory, we first |