This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ada/6495: no entities of "Os_Primitives" are referenced


The following reply was made to PR ada/6495; it has been noted by GNATS.

From: Florian Weimer <fw@deneb.enyo.de>
To: "John David Anglin" <dave@hiauly1.hia.nrc.ca>
Cc: dave.anglin@nrc.ca,  gcc-gnats@gcc.gnu.org
Subject: Re: ada/6495: no entities of "Os_Primitives" are referenced
Date: Sun, 28 Apr 2002 22:44:02 +0200

 "John David Anglin" <dave@hiauly1.hia.nrc.ca> writes:
 
 >> dave.anglin@nrc.ca writes:
 >> 
 >> > s-taprop.adb:48:12: warning: no entities of "Os_Primitives" are referenced
 >> 
 >> Could you please look at the file s-taprop.adb in the gcc/ada/rts and
 >> check which version it is?  After the copyright string, there should
 >> be a comment like this one:
 >> 
 >> --  This is a POSIX-like version of this package
 >
 > Says
 >
 > --  This is a no tasking version of this package
 
 Thanks.  Could you try the following patch, please?
 
 --- 5ntaprop.adb.~1.3.~	Sun Mar 17 09:08:21 2002
 +++ 5ntaprop.adb	Sun Apr 28 22:42:59 2002
 @@ -45,9 +45,6 @@
  --  used for Ada_Task_Control_Block
  --           Task_ID
  
 -with System.OS_Primitives;
 ---  used for Delay_Modes
 -
  with System.Error_Reporting;
  --  used for Shutdown
  
 @@ -55,7 +52,6 @@
  
     use System.Tasking;
     use System.Parameters;
 -   use System.OS_Primitives;
  
     -----------------
     -- Stack_Guard --


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]