[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 7 Jan 2015 10:12:03 +0000 (11:12 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 7 Jan 2015 10:12:03 +0000 (11:12 +0100)
commit1c85591cabcde20a01a2ecb90d857625a5681ae4
tree23660b48f112efe646ffdfa4c8864aa92bdcbc03
parentb6e5a1ec2c33cd98e0f3ca4818993a3a00ef05eb
[multiple changes]

2015-01-07  Robert Dewar  <dewar@adacore.com>

* a-reatim.adb, make.adb, exp_pakd.adb, i-cpoint.adb, sem_ch8.adb,
exp_ch3.adb: Minor reformatting.

2015-01-07  Doug Rupp  <rupp@adacore.com>

* s-linux.ads (clockid_t): New subtype.
* s-osinte-linux.ads (pragma Linker Options): Add -lrt.
(clockid_t): New subtype.
(clock_getres): Import system call.
* s-taprop-linux.adb (System.OS_Constants): With and rename.
(RT_Resolution): Remove
hardcoded value and call clock_getres.
* s-linux-sparc.ads, s-linux-mipsel.ads, s-linux-hppa.ads,
s-linux-alpha.ads, s-linux-x32.ads (clockid_t): Add new subtype.

2015-01-07  Robert Dewar  <dewar@adacore.com>

* sem_warn.adb (Check_One_Unit): Guard against context item
with no Entity field.

From-SVN: r219289
16 files changed:
gcc/ada/ChangeLog
gcc/ada/a-reatim.adb
gcc/ada/exp_ch3.adb
gcc/ada/exp_pakd.adb
gcc/ada/i-cpoint.adb
gcc/ada/make.adb
gcc/ada/s-linux-alpha.ads
gcc/ada/s-linux-hppa.ads
gcc/ada/s-linux-mipsel.ads
gcc/ada/s-linux-sparc.ads
gcc/ada/s-linux-x32.ads
gcc/ada/s-linux.ads
gcc/ada/s-osinte-linux.ads
gcc/ada/s-taprop-linux.adb
gcc/ada/sem_ch8.adb
gcc/ada/sem_warn.adb