aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-15 10:42:31 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-15 10:42:31 +0200
commite0568eecc317ac33f2e1e63c8cecafb82783fed2 (patch)
tree5ec465fb2c19ea31850a3d8d4c203afc560625aa /gcc
parent28450a75258dfde4f1a590c89156b0c489d4d18c (diff)
downloadgcc-e0568eecc317ac33f2e1e63c8cecafb82783fed2.zip
gcc-e0568eecc317ac33f2e1e63c8cecafb82783fed2.tar.gz
gcc-e0568eecc317ac33f2e1e63c8cecafb82783fed2.tar.bz2
[multiple changes]
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog8
-rw-r--r--gcc/ada/s-tasuti.ads2
-rw-r--r--gcc/ada/system-linux-sparc.ads5
3 files changed, 9 insertions, 6 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index d6b4fa8..c6d4bce 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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
diff --git a/gcc/ada/s-tasuti.ads b/gcc/ada/s-tasuti.ads
index 5135baf..7f9e8bf 100644
--- a/gcc/ada/s-tasuti.ads
+++ b/gcc/ada/s-tasuti.ads
@@ -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
diff --git a/gcc/ada/system-linux-sparc.ads b/gcc/ada/system-linux-sparc.ads
index 465d8d3..e553e97 100644
--- a/gcc/ada/system-linux-sparc.ads
+++ b/gcc/ada/system-linux-sparc.ads
@@ -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;