diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-07-31 16:46:14 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-07-31 16:46:14 +0200 |
commit | 964771d9e9381a6bd8faca4f7c02b55bc2a90fe4 (patch) | |
tree | 21130311b2f1f253987d7022ebfedd25b6f138b6 /gcc | |
parent | 1efe143b3e7ca3ac347f79d887a14aad5127e56b (diff) | |
download | gcc-964771d9e9381a6bd8faca4f7c02b55bc2a90fe4.zip gcc-964771d9e9381a6bd8faca4f7c02b55bc2a90fe4.tar.gz gcc-964771d9e9381a6bd8faca4f7c02b55bc2a90fe4.tar.bz2 |
Resync.
From-SVN: r138422
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index c7df60c..f563595 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,34 @@ +2008-07-31 Pascal Obry <obry@adacore.com> + + * prj-nmsc.adb: Keep Object and Exec directory casing. + +2008-07-31 Jose Ruiz <ruiz@adacore.com> + + * system-rtx-rtss.ads + Change the default stack size. It is important to set the commit part. + + * s-taprop-rtx.adb + (Initialize): Get the clock resolution. + (RT_Resolution): Return the clock resolution that is indicated by the + system. + + * 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. + +2008-07-31 Robert Dewar <dewar@adacore.com> + + * exp_aggr.adb: Minor reformatting + + * makeutl.adb: Minor reformatting + + * prj-env.adb: Minor reformatting + 2008-07-31 Hristian Kirtchev <kirtchev@adacore.com> * exp_disp.adb (Prim_Op_Kind): Retrieve the full view when a private |