From 274bad55a9584affcf26ed40c4b57eae603a7bfe Mon Sep 17 00:00:00 2001 From: charlet Date: Tue, 27 May 2008 10:59:55 +0000 Subject: * bindgen.adb: Update comments. * s-tasinf-mingw.adb: Add "with" of System.OS_Interface git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136007 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/s-tasinf-mingw.adb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/ada/s-tasinf-mingw.adb') diff --git a/gcc/ada/s-tasinf-mingw.adb b/gcc/ada/s-tasinf-mingw.adb index 33b9c739853..644192b0a94 100644 --- a/gcc/ada/s-tasinf-mingw.adb +++ b/gcc/ada/s-tasinf-mingw.adb @@ -33,6 +33,12 @@ -- This is the Windows (native) version of this module +with System.OS_Interface; +pragma Unreferenced (System.OS_Interface); +-- System.OS_Interface is not used today, but the protocol between the +-- run-time and the binder is that any tasking application uses +-- System.OS_Interface, so notify the binder with this "with" clause. + package body System.Task_Info is N_CPU : Natural := 0; -- cgit v1.2.1