aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2008-04-08 09:01:24 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-04-08 09:01:24 +0200
commitfbfc8ef033ca65cf960fbfe045b49fea24a4b81e (patch)
treee4766dcdf4b43b2dfd8e91d1dc6b2a8be6f7cd15 /gcc
parent5d9b8bb41120c5f1dee0980dd3de395d50517ce4 (diff)
downloadgcc-fbfc8ef033ca65cf960fbfe045b49fea24a4b81e.zip
gcc-fbfc8ef033ca65cf960fbfe045b49fea24a4b81e.tar.gz
gcc-fbfc8ef033ca65cf960fbfe045b49fea24a4b81e.tar.bz2
Use Task_Address instead of System.Address.
From-SVN: r134070
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/s-tasuti.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/s-tasuti.ads b/gcc/ada/s-tasuti.ads
index 286b5a0..e47f0e4 100644
--- a/gcc/ada/s-tasuti.ads
+++ b/gcc/ada/s-tasuti.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2008, Free Software Foundation, Inc. --
-- --
-- GNARL is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -35,11 +35,12 @@
-- These declarations are not part of the GNARLI
with Ada.Unchecked_Conversion;
+with System.Task_Primitives;
package System.Tasking.Utilities is
function ATCB_To_Address is new
- Ada.Unchecked_Conversion (Task_Id, System.Address);
+ Ada.Unchecked_Conversion (Task_Id, System.Task_Primitives.Task_Address);
---------------------------------
-- Task_Stage Related routines --