This is the mail archive of the gcc-cvs@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]

r118239 - in /trunk/gcc/ada: s-osinte-vxworks.a...


Author: charlet
Date: Tue Oct 31 17:47:01 2006
New Revision: 118239

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118239
Log:
2006-10-31  Jose Ruiz  <ruiz@adacore.com>

	* s-osinte-vxworks.ads, s-osinte-vxworks.adb: 
	(getpid): New body for this function that uses the underlying taskIdSelf
	function for VxWorks 5 and VxWorks 6 in kernel mode.
	(unsigned_int): New type, modular to allow logical bit operations.
	(taskOptionsGet): New imported function.

	* s-taspri-vxworks.ads (Private_Data): Change the type for the LWP
	field to be compliant with the type used by the corresponding operating
	system primitive.


Modified:
    trunk/gcc/ada/s-osinte-vxworks.adb
    trunk/gcc/ada/s-osinte-vxworks.ads
    trunk/gcc/ada/s-taspri-vxworks.ads


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