diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-15 09:32:35 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-15 09:32:35 +0000 |
commit | e11441b606ae5dbf70d412effa06b036e897e5d3 (patch) | |
tree | 8736f59d63ae4441980493f8f378c8eab142e59d /gcc/ada/s-parame-vxworks.ads | |
parent | 165633c00f7ebfd93f2da18eda1f8686b3818de3 (diff) | |
download | gcc-e11441b606ae5dbf70d412effa06b036e897e5d3.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111034 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-parame-vxworks.ads')
-rw-r--r-- | gcc/ada/s-parame-vxworks.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-parame-vxworks.ads b/gcc/ada/s-parame-vxworks.ads index ea76e897f52..f9caec5d898 100644 --- a/gcc/ada/s-parame-vxworks.ads +++ b/gcc/ada/s-parame-vxworks.ads @@ -31,7 +31,7 @@ -- -- ------------------------------------------------------------------------------ --- This is the default VxWorks version of the package` +-- This is the default VxWorks version of the package -- This package defines some system dependent parameters for GNAT. These -- are values that are referenced by the runtime library and are therefore |