diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-10 10:06:37 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-10 10:06:37 +0000 |
commit | 88a4bfef438b326dea1f06effd1d789a059a37e9 (patch) | |
tree | b65d5f0cbfd730d7df85bb406d6796438460078f /gcc/ada/s-tporft.adb | |
parent | 90a07d4c781688cf52abd70c1097b11b651a6702 (diff) | |
download | gcc-88a4bfef438b326dea1f06effd1d789a059a37e9.tar.gz |
2010-09-10 Robert Dewar <dewar@adacore.com>
* gnatlink.adb, prj-ext.adb, prj-util.adb, s-tporft.adb,
sem_ch3.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164156 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-tporft.adb')
-rw-r--r-- | gcc/ada/s-tporft.adb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gcc/ada/s-tporft.adb b/gcc/ada/s-tporft.adb index 3d621853ef2..58badd6722a 100644 --- a/gcc/ada/s-tporft.adb +++ b/gcc/ada/s-tporft.adb @@ -93,13 +93,11 @@ begin System.Soft_Links.Create_TSD (Self_Id.Common.Compiler_Data); -- ??? - -- The following call is commented out to avoid dependence on - -- the System.Tasking.Initialization package. - -- It seems that if we want Ada.Task_Attributes to work correctly - -- for C threads we will need to raise the visibility of this soft - -- link to System.Soft_Links. - -- We are putting that off until this new functionality is otherwise - -- stable. + -- The following call is commented out to avoid dependence on the + -- System.Tasking.Initialization package. It seems that if we want + -- Ada.Task_Attributes to work correctly for C threads we will need to + -- raise the visibility of this soft link to System.Soft_Links. We are + -- putting that off until this new functionality is otherwise stable. -- System.Tasking.Initialization.Initialize_Attributes_Link.all (T); |