From da746f7720af6d95ad637b0880c49dd7e6655eb5 Mon Sep 17 00:00:00 2001 From: Ludovic Brenta Date: Fri, 7 Dec 2007 22:19:22 +0000 Subject: [PATCH] re PR target/34261 (Directed rounding doesn't work on MacOS X) 2007-12-07 Ludovic Brenta gcc/ada/ PR ada/34261 * mlib-tgt.adb, mlib-tgt.ads: Fix comments at the top to reflect the new implementation of target-specific calls. From-SVN: r130695 --- gcc/ada/ChangeLog | 6 ++++++ gcc/ada/mlib-tgt.adb | 4 ---- gcc/ada/mlib-tgt.ads | 10 ++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 49f226f4021..08eeab392c2 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2007-12-07 Ludovic Brenta + + PR ada/34261 + * mlib-tgt.adb, mlib-tgt.ads: Fix comments at the top to reflect + the new implementation of target-specific calls. + 2007-12-07 Olivier Hainque * decl.c (gnat_to_gnu_entity) : When computing diff --git a/gcc/ada/mlib-tgt.adb b/gcc/ada/mlib-tgt.adb index 9d758385b1a..e7cee9e359c 100644 --- a/gcc/ada/mlib-tgt.adb +++ b/gcc/ada/mlib-tgt.adb @@ -23,10 +23,6 @@ -- -- ------------------------------------------------------------------------------ --- This is the default version which does not support libraries. --- All subprograms are dummies, because they are never called, --- except Support_For_Libraries which returns None. - with MLib.Fil; with Prj.Com; diff --git a/gcc/ada/mlib-tgt.ads b/gcc/ada/mlib-tgt.ads index e80f16694d8..ad31788a2a2 100644 --- a/gcc/ada/mlib-tgt.ads +++ b/gcc/ada/mlib-tgt.ads @@ -24,12 +24,10 @@ ------------------------------------------------------------------------------ -- This package provides a set of target dependent routines to build --- static, dynamic and shared libraries. - --- There are several versions for the body of this package - --- In the default version, libraries are not supported, so function --- Support_For_Libraries return None. +-- static, dynamic and shared libraries. There are several packages +-- providing the actual routines; this package calls them indirectly +-- by means of access-to-subprogram values; each target-dependent +-- package initializes these values in its elaboration block. with Prj; use Prj; -- 2.30.2