]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2008-07-31 Jose Ruiz <ruiz@adacore.com>
authorJose Ruiz <ruiz@adacore.com>
Thu, 31 Jul 2008 14:41:01 +0000 (16:41 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 31 Jul 2008 14:41:01 +0000 (16:41 +0200)
* s-parame-vxworks.adb
Document that this body is used for RTX in RTSS (kernel) mode.

* gcc-interface/Makefile.in
(LIBGNAT_TARGET_PAIRS for the rtx_rtss run time): Use the
s-parame-vxworks.adb body in order to have reasonable stack sizes in
RTX RTSS kernel mode. Virtual memory is not used in that case, so we
cannot ask for too big values.

From-SVN: r138418

gcc/ada/gcc-interface/Makefile.in
gcc/ada/s-parame-vxworks.adb

index c939a0f9ff43ec6ff705f1687b399d6cd899d6b6..acc523d8abb6fe5403921ff776d16a85ee202dfb 100644 (file)
@@ -1335,7 +1335,9 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
 
        EH_MECHANISM=-gcc
     else
-       LIBGNAT_TARGET_PAIRS += system.ads<system-rtx-rtss.ads
+       LIBGNAT_TARGET_PAIRS += \
+       system.ads<system-rtx-rtss.ads \
+       s-parame.adb<s-parame-vxworks.adb
 
        EH_MECHANISM=
     endif
index 240a9d8f716cdad1ac80a64c764a79a7cd9ed250..21838ddcc4103fec96940ea59aae9264883b3166 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---          Copyright (C) 1995-2007, Free Software Foundation, Inc.         --
+--          Copyright (C) 1995-2008, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -31,7 +31,7 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  Version used on all VxWorks and Nucleus targets
+--  Version used on all VxWorks, Nucleus, and RTX RTSS targets
 
 package body System.Parameters is