[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 15 Apr 2009 08:42:31 +0000 (10:42 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 15 Apr 2009 08:42:31 +0000 (10:42 +0200)
2009-04-15  Arnaud Charlet  <charlet@adacore.com>

* system-linux-sparc.ads: Remove obsolete entries.

2009-04-15  Thomas Quinot  <quinot@adacore.com>

* s-tasuti.ads: Add ??? comment

From-SVN: r146082

gcc/ada/ChangeLog
gcc/ada/s-tasuti.ads
gcc/ada/system-linux-sparc.ads

index d6b4fa813e5c0a11e16e2eb0e79920d57b87e209..c6d4bce0395cc5aecd18366c17069c3deafb853b 100644 (file)
@@ -1,3 +1,11 @@
+2009-04-15  Arnaud Charlet  <charlet@adacore.com>
+
+       * system-linux-sparc.ads: Remove obsolete entries.
+
+2009-04-15  Thomas Quinot  <quinot@adacore.com>
+
+       * s-tasuti.ads: Add ??? comment
+
 2009-04-15  Ed Schonberg  <schonberg@adacore.com>
 
        * sem_ch3.adb (Analyze_Type_Declaration): Create freeze node for access
index 5135bafe49ace09df13b4ddea9e8f04942143487..7f9e8bff20cd90d193e2deb58395938bbfd87c13 100644 (file)
@@ -52,7 +52,7 @@ package System.Tasking.Utilities is
    --  then it will abort all the level 2 tasks. See Finalize_Global_Tasks
    --  procedure for more information.
    --
-   --  This is a dangerous operation, and should only be used on nested tasks
+   --  This is a dangerous operation, and should never be used on nested tasks
    --  or tasks that depend on any objects that might be finalized earlier than
    --  the termination of the environment task. It is for internal use by the
    --  GNARL, to prevent such internal server tasks from preventing a partition
index 465d8d3a1f0a203e2482f0507d08b5e6160e5755..e553e97db72810bc6d5295ad9d69d6fe0d3e3313 100644 (file)
@@ -142,9 +142,4 @@ private
    GCC_ZCX_Support           : constant Boolean := True;
    Front_End_ZCX_Support     : constant Boolean := False;
 
-   --  Obsolete entries, to be removed eventually (bootstrap issues!)
-
-   High_Integrity_Mode       : constant Boolean := False;
-   Long_Shifts_Inlined       : constant Boolean := True;
-
 end System;