diff options
Diffstat (limited to 'gcc/ada/s-thread.ads')
-rw-r--r-- | gcc/ada/s-thread.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/s-thread.ads b/gcc/ada/s-thread.ads index a316afc592b..6badd1668b4 100644 --- a/gcc/ada/s-thread.ads +++ b/gcc/ada/s-thread.ads @@ -34,6 +34,9 @@ -- This package provides facilities to register a thread to the runtime, -- and allocate its task specific datas. +-- pragma Thread_Body is currently supported for: +-- VxWorks AE653 with the restricted / cert runtime + with Ada.Exceptions; package System.Threads is |