From e0568eecc317ac33f2e1e63c8cecafb82783fed2 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Wed, 15 Apr 2009 10:42:31 +0200 Subject: [PATCH] [multiple changes] 2009-04-15 Arnaud Charlet * system-linux-sparc.ads: Remove obsolete entries. 2009-04-15 Thomas Quinot * s-tasuti.ads: Add ??? comment From-SVN: r146082 --- gcc/ada/ChangeLog | 8 ++++++++ gcc/ada/s-tasuti.ads | 2 +- gcc/ada/system-linux-sparc.ads | 5 ----- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d6b4fa813e5..c6d4bce0395 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,11 @@ +2009-04-15 Arnaud Charlet + + * system-linux-sparc.ads: Remove obsolete entries. + +2009-04-15 Thomas Quinot + + * s-tasuti.ads: Add ??? comment + 2009-04-15 Ed Schonberg * 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 5135bafe49a..7f9e8bff20c 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 465d8d3a1f0..e553e97db72 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; -- 2.30.2