diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-10-13 13:05:50 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-10-13 13:05:50 +0200 |
commit | 9b62eb3214596c49540636a2e48981bfc19a8df3 (patch) | |
tree | bd67117b4d54df74f1b16e417260bcc028e773d5 /gcc/ada/Makefile.rtl | |
parent | 1a36a0cd695e3254367fc01d371ae23f3d3f50fa (diff) | |
download | gcc-9b62eb3214596c49540636a2e48981bfc19a8df3.zip gcc-9b62eb3214596c49540636a2e48981bfc19a8df3.tar.gz gcc-9b62eb3214596c49540636a2e48981bfc19a8df3.tar.bz2 |
[multiple changes]
2011-10-13 Ed Schonberg <schonberg@adacore.com>
* sem_util.ads, sem_util.adb (Available_Full_View_Of_Component):
New predicate to determine whether some operations on an array
type are available when the full view of its component may differ
from the view of the point of the array declaration.
* sem_ch4.adb (Find_Equality_Types): Use
Available_Full_View_Of_Component.
* sem_type.adb (Valid_Boolean_Arg, Valid_Comparison_Arg): Ditto
2011-10-13 Ed Schonberg <schonberg@adacore.com>
* sem_ch9.adb: Analyze aspects while discriminants of protected
type are visible.
2011-10-13 Geert Bosch <bosch@adacore.com>
* Makefile.rtl (GNATRTL_TASKING_OBJECTS): Add
a-nlcoar.o, a-nllcar.o, a-nucoar.o and s-gearop.o, as these no
longer depend on an external library.
* gcc-interface/Makefile.in (GNATRTL_LINEARALGEBRA_OBJS): Remove
a-nlcoar.o, a-nllcar.o, a-nucoar.o and s-gearop.o.
Update dependencies.
* gcc-interface/Make-lang.in: Update dependencies.
From-SVN: r179914
Diffstat (limited to 'gcc/ada/Makefile.rtl')
-rw-r--r-- | gcc/ada/Makefile.rtl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 88b37bc..d70583c 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -189,24 +189,27 @@ GNATRTL_NONTASKING_OBJS= \ a-ngcoty$(objext) \ a-ngelfu$(objext) \ a-ngrear$(objext) \ - a-nllrar$(objext) \ - a-nlrear$(objext) \ - a-nurear$(objext) \ a-nlcefu$(objext) \ + a-nlcoar$(objext) \ a-nlcoty$(objext) \ a-nlelfu$(objext) \ + a-nlrear$(objext) \ + a-nllcar$(objext) \ a-nllcef$(objext) \ a-nllcty$(objext) \ a-nllefu$(objext) \ + a-nllrar$(objext) \ a-nscefu$(objext) \ a-nscoty$(objext) \ a-nselfu$(objext) \ + a-nucoar$(objext) \ a-nucoty$(objext) \ a-nudira$(objext) \ a-nuelfu$(objext) \ a-nuflra$(objext) \ a-numaux$(objext) \ a-numeri$(objext) \ + a-nurear$(objext) \ a-rbtgbo$(objext) \ a-rbtgbk$(objext) \ a-rbtgso$(objext) \ @@ -515,6 +518,7 @@ GNATRTL_NONTASKING_OBJS= \ s-fvadfl$(objext) \ s-fvaffl$(objext) \ s-fvagfl$(objext) \ + s-gearop$(objext) \ s-geveop$(objext) \ s-gloloc$(objext) \ s-htable$(objext) \ |