summaryrefslogtreecommitdiff
path: root/gcc/ada/Makefile.rtl
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-31 18:02:00 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-31 18:02:00 +0000
commit6a74eb6248052dfcc88e1dc86e1a042566dbefeb (patch)
treeb4c1ccf21b4907fef1cbd3f948e8a881af32fcff /gcc/ada/Makefile.rtl
parent46c128368b05bb29f6f41aa9a10064a507a42f5a (diff)
downloadgcc-6a74eb6248052dfcc88e1dc86e1a042566dbefeb.tar.gz
2006-10-31 Thomas Quinot <quinot@adacore.com>
Eric Botcazou <ebotcazou@adacore.com> Arnaud Charlet <charlet@adacore.com> * Makefile.in: Set EH mechanism to ZCX for FreeBSD. (NO_REORDER_ADAFLAGS): New var defined to -fno-toplevel-reorder if possible. (a-except.o): Pass it to the compiler. (gnatlib-shared-vms): Removed -nostartfiles switch in link step. (LIBGNAT_TARGET_PAIRS for Windows): Avoid the use of the specific a-calend-mingw.adb version. * Makefile.rtl: Added s-dsaser. Add object entries for Ada.Calendar.[Arithmetic/Formatting/Time_Zones] (GNATRTL_TASKING_OBJS): Add Ada.Dispatching and Ada.Dispatching.Round_Robin. Added new unit Ada.Containers.Restricted_Bounded_Doubly_Linked_Lists * Make-lang.in: Remove all references to gt-ada-decl.h. Add concatenation (s-strops/s-sopco3/s-sopco4/s-sopco5) to compiler sources. Add dependency on ada/s-restri.o for GNAT1 and GNATBIND objects. Update dependencies. * system-freebsd-x86.ads: Make ZCX the default EH mechanism for FreeBSD git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118285 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/Makefile.rtl')
-rw-r--r--gcc/ada/Makefile.rtl7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl
index 063fb1e1a5d..64c3ef45245 100644
--- a/gcc/ada/Makefile.rtl
+++ b/gcc/ada/Makefile.rtl
@@ -26,6 +26,8 @@
# Objects needed only for tasking
GNATRTL_TASKING_OBJS= \
+ a-diroro$(objext) \
+ a-dispat$(objext) \
a-dynpri$(objext) \
a-interr$(objext) \
a-intsig$(objext) \
@@ -75,8 +77,11 @@ GNATRTL_TASKING_OBJS= \
# Objects needed for non-tasking.
GNATRTL_NONTASKING_OBJS= \
+ a-calari$(objext) \
a-caldel$(objext) \
a-calend$(objext) \
+ a-calfor$(objext) \
+ a-catizo$(objext) \
a-cdlili$(objext) \
a-cgaaso$(objext) \
a-cgarso$(objext) \
@@ -113,6 +118,7 @@ GNATRTL_NONTASKING_OBJS= \
a-crbltr$(objext) \
a-crbtgk$(objext) \
a-crbtgo$(objext) \
+ a-crdlli$(objext) \
a-cwila1$(objext) \
a-cwila9$(objext) \
a-decima$(objext) \
@@ -397,6 +403,7 @@ GNATRTL_NONTASKING_OBJS= \
s-crtl$(objext) \
s-crc32$(objext) \
s-direio$(objext) \
+ s-dsaser$(objext) \
s-errrep$(objext) \
s-exctab$(objext) \
s-exnint$(objext) \