aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorVasiliy Fofanov <fofanov@adacore.com>2006-02-17 17:07:32 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2006-02-17 17:07:32 +0100
commitf58291a11408d0f4bf298186070fa3fc6c00b109 (patch)
treef5010447a8a7466bf4c99a15d21b841a0c3b745d /gcc/ada
parent721a4f13e6527fec77c40a595c48be71942102f0 (diff)
downloadgcc-f58291a11408d0f4bf298186070fa3fc6c00b109.zip
gcc-f58291a11408d0f4bf298186070fa3fc6c00b109.tar.gz
gcc-f58291a11408d0f4bf298186070fa3fc6c00b109.tar.bz2
Makefile.in: Use VMS64 specialized versions of several units in Interfaces.C hierarchy to be...
2006-02-17 Vasiliy Fofanov <fofanov@adacore.com> * Makefile.in: Use VMS64 specialized versions of several units in Interfaces.C hierarchy to be compatible with HP C default size choices. Use the default version of Ada.Synchronous_Task_Control for VxWorks 653. From-SVN: r111190
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in
index c53832b..b3c3538 100644
--- a/gcc/ada/Makefile.in
+++ b/gcc/ada/Makefile.in
@@ -482,8 +482,6 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworksae,$(targ))),)
a-elchha.adb<a-elchha-vxworks-ppc-full.adb \
a-intnam.ads<a-intnam-vxworks.ads \
a-numaux.ads<a-numaux-vxworks.ads \
- a-sytaco.ads<1asytaco.ads \
- a-sytaco.adb<1asytaco.adb \
g-io.adb<g-io-vxworks-ppc-cert.adb \
g-io.ads<g-io-vxworks-ppc-cert.ads \
s-inmaop.adb<s-inmaop-posix.adb \
@@ -1114,6 +1112,11 @@ endif
g-soccon.ads<g-soccon-vms.ads \
g-socthi.ads<g-socthi-vms.ads \
g-socthi.adb<g-socthi-vms.adb \
+ i-c.ads<i-c-vms_64.ads \
+ i-cstrin.ads<i-cstrin-vms_64.ads \
+ i-cstrin.adb<i-cstrin-vms_64.adb \
+ i-cpoint.ads<i-cpoint-vms_64.ads \
+ i-cpoint.adb<i-cpoint-vms_64.adb \
i-cstrea.adb<i-cstrea-vms.adb \
s-inmaop.adb<s-inmaop-vms.adb \
s-interr.adb<s-interr-vms.adb \