]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ada/checks.adb
2010-06-23 Jose Ruiz <ruiz@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Jun 2010 06:31:57 +0000 (06:31 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Jun 2010 06:31:57 +0000 (06:31 +0000)
commit9116df93caf54602aeac10557553ba5e52c39cb3
tree894847d28e65a7dd99ebd10c39fd1215e393b7d1
parentc8da6114f2d7cdca5368f9bdcc3227a21b3fd7a2
2010-06-23  Jose Ruiz  <ruiz@adacore.com>

* a-reatim.adb, a-retide.adb: Move the initialization of the tasking
run time from Ada.Real_Time.Delays to Ada.Real_Time. This way, calls to
Clock (without delays) use a run time which is properly initialized.

2010-06-23  Vincent Celier  <celier@adacore.com>

* make.adb: Do not set Check_Readonly_Files when setting Must_Compile,
when -f -u and a main is specified on the command line. However,
attempt to compile even when the ALI file is read-only when
Must_Compile is True.

2010-06-23  Thomas Quinot  <quinot@adacore.com>

* checks.adb, g-pehage.adb, cstand.adb: Minor code factorization.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161248 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/a-reatim.adb
gcc/ada/a-retide.adb
gcc/ada/checks.adb
gcc/ada/cstand.adb
gcc/ada/g-pehage.adb
gcc/ada/make.adb