summaryrefslogtreecommitdiff
path: root/gcc/ada/Makefile.rtl
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-08 06:46:17 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-08 06:46:17 +0000
commit264aeddecba1a2acb8a2c5da16401302097950dd (patch)
treeca7f3ae4a9adaf9b0a82411a7847979c11d518c3 /gcc/ada/Makefile.rtl
parent8b29235c563e2f7d80708200d851a234416cab60 (diff)
downloadgcc-264aeddecba1a2acb8a2c5da16401302097950dd.tar.gz
2008-04-08 Hristian Kirtchev <kirtchev@adacore.com>
* a-calend-vms.ads, a-calend-vms.adb: Add with and use clause for System.OS_Primitives. Change type of various constants, parameters and local variables from Time to representation type OS_Time. (To_Ada_Time, To_Unix_Time): Correct sign of origin shift. Remove the declaration of constant Mili_F from several routines. New body for internal package Conversions_Operations. (Time_Of): Add default parameters for several formals. * a-caldel.adb: Minor reformatting * a-calend.ads, a-calend.adb: New body for internal package Conversions_Operations. (Time_Of): Add default parameters for several formals. * Makefile.rtl: Add a-ststop Add Ada.Calendar.Conversions to the list of runtime files. Add g-timsta * a-calcon.adb, a-calcon.ads: New files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134014 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/Makefile.rtl')
-rw-r--r--gcc/ada/Makefile.rtl3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl
index 9eaa7070d1b..755fa31da85 100644
--- a/gcc/ada/Makefile.rtl
+++ b/gcc/ada/Makefile.rtl
@@ -79,6 +79,7 @@ GNATRTL_NONTASKING_OBJS= \
a-calari$(objext) \
a-caldel$(objext) \
a-calend$(objext) \
+ a-calcon$(objext) \
a-calfor$(objext) \
a-catizo$(objext) \
a-cdlili$(objext) \
@@ -380,6 +381,7 @@ GNATRTL_NONTASKING_OBJS= \
g-sttsne$(objext) \
g-table$(objext) \
g-tasloc$(objext) \
+ g-timsta$(objext) \
g-traceb$(objext) \
g-utf_32$(objext) \
g-u3spch$(objext) \
@@ -558,6 +560,7 @@ GNATRTL_NONTASKING_OBJS= \
s-stopoo$(objext) \
s-stratt$(objext) \
s-strops$(objext) \
+ s-ststop$(objext) \
s-soflin$(objext) \
s-memory$(objext) \
s-memcop$(objext) \