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]

r111034 - in /trunk/gcc/ada: interfac-vms.ads s...


Author: charlet
Date: Wed Feb 15 09:32:35 2006
New Revision: 111034

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111034
Log:
	* s-parame-mingw.adb, s-parame-linux.adb,
	s-parame-solaris.adb: Removed, replaced by s-parame.adb

	* s-parame-vxworks.ads: Fix typo.

	* s-parame-vxworks.adb: New file.

	* s-parame.adb: Version now used by all native platforms.
	(Default_Stack_Size): Use 2 megs for default stack size and use
	__gl_default_stack_size when available.
	(Minimum_Stack_Size): Use 12K.

	* s-taprop-mingw.adb: Set default stack size linker switch to 2megs.
	(Create_Task): Refine implementation taking advantage of the XP stack
	size support. On XP, we now create the thread using the flag
	STACK_SIZE_PARAM_IS_A_RESERVATION.

	* s-osinte-mingw.ads (Stack_Size_Param_Is_A_Reservation): New constant.

	* sysdep.c (__gnat_is_windows_xp): New routine, returns 1 on Windows
	XP and 0 on older Windows versions.

	* interfac-vms.ads: Removed, no longer used.


Added:
    trunk/gcc/ada/s-parame-vxworks.adb
Removed:
    trunk/gcc/ada/interfac-vms.ads
    trunk/gcc/ada/s-parame-linux.adb
    trunk/gcc/ada/s-parame-mingw.adb
    trunk/gcc/ada/s-parame-solaris.adb
Modified:
    trunk/gcc/ada/s-osinte-mingw.ads
    trunk/gcc/ada/s-parame-vxworks.ads
    trunk/gcc/ada/s-parame.adb
    trunk/gcc/ada/s-taprop-mingw.adb
    trunk/gcc/ada/sysdep.c


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