From 23abd64dd32091ac36f82d7b4a15c565c04bccf3 Mon Sep 17 00:00:00 2001 From: charlet Date: Fri, 4 Jan 2013 10:08:58 +0000 Subject: 2013-01-04 Robert Dewar * warnsw.adb: Minor fixes to -gnatw.d handling. 2013-01-04 Robert Dewar * einfo.adb, atree.adb: Enlarge entities to make 63 more flags, 6 more fields. 2013-01-04 Joel Brobecker * gnat_ugn.texi: Fix typo. 2013-01-04 Robert Dewar * gnat_rm.texi: Document alignment choice for subtypes. 2013-01-04 Robert Dewar * validsw.ads: Minor fix to comment. 2013-01-04 Doug Rupp * Makefile.rtl (GNATRTL_NONTASKING_OBJS, GNATRTL_ALTIVEC_OBJS): Factor g-al* objects. * gcc-interface/Makefile.in (ADA_EXCLUDE_SRCS): Add g-al* sources. (GNATRTL_ALTIVEC_OBJS): Override to null for VMS. Rename leon vxworks toolchain as leon-wrs-vxworks. * gcc-interface/Make-lang.in: Update dependencies 2013-01-04 Pascal Obry * prj.ads (For_Each_Source): Add Locally_Removed parameter. (Source_Iterator): Add Locally_Removed field. * prj.adb (For_Each_Source): Ignore Locally_Removed files if needed. (Next): Likewise. 2013-01-04 Robert Dewar * exp_attr.adb: Minor reformatting. 2013-01-04 Robert Dewar * checks.adb (Insert_Valid_Check): Fix handling of renamed packed array element. * exp_ch4.adb (Expand_Concatenate): Fix some missing parent fields in generated code. * exp_util.adb (Side_Effect_Free): Improve detection of cases needing renaming. 2013-01-04 Robert Dewar * sinfo.ads: Clean up order of N_xxx subtypes 2013-01-04 Vincent Celier * prj-conf.adb (Check_Target): Allow --autoconf= with no target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194896 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/Makefile.rtl | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'gcc/ada/Makefile.rtl') diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 8ef3469159d..5a8f15ac48a 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -79,6 +79,16 @@ GNATRTL_TASKING_OBJS= \ thread$(objext) \ $(EXTRA_GNATRTL_TASKING_OBJS) +# Objects the require IEEE Float +GNATRTL_ALTIVEC_OBJS= \ + g-allein$(objext) \ + g-alleve$(objext) \ + g-altcon$(objext) \ + g-altive$(objext) \ + g-alveop$(objext) \ + g-alvety$(objext) \ + g-alvevi$(objext) + # Objects needed for non-tasking. GNATRTL_NONTASKING_OBJS= \ a-assert$(objext) \ @@ -367,13 +377,6 @@ GNATRTL_NONTASKING_OBJS= \ ada$(objext) \ calendar$(objext) \ directio$(objext) \ - g-allein$(objext) \ - g-alleve$(objext) \ - g-altcon$(objext) \ - g-altive$(objext) \ - g-alveop$(objext) \ - g-alvety$(objext) \ - g-alvevi$(objext) \ g-arrspl$(objext) \ g-awk$(objext) \ g-bubsor$(objext) \ @@ -703,5 +706,6 @@ GNATRTL_NONTASKING_OBJS= \ text_io$(objext) \ unchconv$(objext) \ unchdeal$(objext) \ + $(GNATRTL_ALTIVEC_OBJS) \ $(GNATRTL_SOCKETS_OBJS) \ $(EXTRA_GNATRTL_NONTASKING_OBJS) -- cgit v1.2.1