diff options
author | Pascal Obry <obry@adacore.com> | 2008-08-22 16:37:57 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-22 16:37:57 +0200 |
commit | af90c55af0c744a660128a26cafee66b1408ca38 (patch) | |
tree | 21e6f84ee6fb8a709dff9706518d9529b51556c3 /gcc/ada/initialize.c | |
parent | a3d4a22b01eb61fbc02bafa2788aaf3e497ecef9 (diff) | |
download | gcc-af90c55af0c744a660128a26cafee66b1408ca38.zip gcc-af90c55af0c744a660128a26cafee66b1408ca38.tar.gz gcc-af90c55af0c744a660128a26cafee66b1408ca38.tar.bz2 |
initialize.c, adaint.c: Use Lock_Task and Unlock_Task for non-blocking spawn.
2008-08-22 Pascal Obry <obry@adacore.com>
* initialize.c, adaint.c: Use Lock_Task and Unlock_Task for non-blocking
spawn.
From-SVN: r139476
Diffstat (limited to 'gcc/ada/initialize.c')
-rw-r--r-- | gcc/ada/initialize.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ada/initialize.c b/gcc/ada/initialize.c index 4040a7b..dd7ba06 100644 --- a/gcc/ada/initialize.c +++ b/gcc/ada/initialize.c @@ -76,12 +76,6 @@ __gnat_initialize (void *eh) given that we have set Max_Digits etc with this in mind */ __gnat_init_float (); -#ifndef RTX - /* Initialize a lock for a process handle list - see adaint.c for the - implementation of __gnat_portable_no_block_spawn, __gnat_portable_wait */ - __gnat_plist_init(); -#endif - /* Note that we do not activate this for the compiler itself to avoid a bootstrap path problem. Older version of gnatbind will generate a call to __gnat_initialize() without argument. Therefore we cannot use eh in |