re PR target/34261 (Directed rounding doesn't work on MacOS X)
authorLudovic Brenta <ludovic@ludovic-brenta.org>
Fri, 7 Dec 2007 22:19:22 +0000 (22:19 +0000)
committerSamuel Tardieu <sam@gcc.gnu.org>
Fri, 7 Dec 2007 22:19:22 +0000 (22:19 +0000)
2007-12-07  Ludovic Brenta  <ludovic@ludovic-brenta.org>

    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
gcc/ada/mlib-tgt.adb
gcc/ada/mlib-tgt.ads

index 49f226f4021cf11d28d6521155d38b1c48853158..08eeab392c213809b2e9d8e5c1f3fdae6c9be312 100644 (file)
@@ -1,3 +1,9 @@
+2007-12-07  Ludovic Brenta  <ludovic@ludovic-brenta.org>
+
+       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  <hainque@adacore.com>
 
        * decl.c (gnat_to_gnu_entity) <case E_Access_Type>: When computing
index 9d758385b1a3eed8de57701980513db5d8ed9ab1..e7cee9e359c12385bfc75d4b76f0222ab9e1878c 100644 (file)
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  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;
 
index e80f16694d8b72c5406dde7d077dd58e5c2909f3..ad31788a2a2e0648095d398eac7dc38d4df995a0 100644 (file)
 ------------------------------------------------------------------------------
 
 --  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;