[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 15 Jul 2009 12:57:06 +0000 (14:57 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 15 Jul 2009 12:57:06 +0000 (14:57 +0200)
commit6eab5a95753e09c22158046f43129d6a1c194af5
treec19274c9c9a54b6f86ad93ec6ba9d3ab9d26ad8b
parent3eb532e6aad1fb8ddbd6d437f66313a382a91535
[multiple changes]

2009-07-15  Robert Dewar  <dewar@adacore.com>

* sem_ch10.adb: Minor reformatting throughout
Minor code reorganization (put nested subprograms in alpha order)

2009-07-15  Ed Schonberg  <schonberg@adacore.com>

* exp_ch6.adb (Expand_Call): Prevent double attachment of the result
when compiling a call to a protected function that returns a controlled
object.

2009-07-15  Hristian Kirtchev  <kirtchev@adacore.com>

* sysdep.c (__gnat_localtime_tzoff): Consolidate the Lynx cases into
one. Add task locking and unlocking around the critical region which
mentions localtime_r and global variable timezone for various targets.
Comment reformatting.

From-SVN: r149686
gcc/ada/ChangeLog
gcc/ada/exp_ch6.adb
gcc/ada/sem_ch10.adb
gcc/ada/sysdep.c