Commit da746f77 by Ludovic Brenta Committed by Samuel Tardieu

re PR target/34261 (Directed rounding doesn't work on MacOS X)

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
parent c93d9492
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> 2007-12-07 Olivier Hainque <hainque@adacore.com>
* decl.c (gnat_to_gnu_entity) <case E_Access_Type>: When computing * decl.c (gnat_to_gnu_entity) <case E_Access_Type>: When computing
...@@ -23,10 +23,6 @@ ...@@ -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 MLib.Fil;
with Prj.Com; with Prj.Com;
......
...@@ -24,12 +24,10 @@ ...@@ -24,12 +24,10 @@
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
-- This package provides a set of target dependent routines to build -- This package provides a set of target dependent routines to build
-- static, dynamic and shared libraries. -- static, dynamic and shared libraries. There are several packages
-- providing the actual routines; this package calls them indirectly
-- There are several versions for the body of this package -- by means of access-to-subprogram values; each target-dependent
-- package initializes these values in its elaboration block.
-- In the default version, libraries are not supported, so function
-- Support_For_Libraries return None.
with Prj; use Prj; with Prj; use Prj;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment