r219289 - in /trunk/gcc/ada: ChangeLog a-reatim...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Wed Jan 7 10:12:00 GMT 2015


Author: charlet
Date: Wed Jan  7 10:12:03 2015
New Revision: 219289

URL: https://gcc.gnu.org/viewcvs?rev=219289&root=gcc&view=rev
Log:
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.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-reatim.adb
    trunk/gcc/ada/exp_ch3.adb
    trunk/gcc/ada/exp_pakd.adb
    trunk/gcc/ada/i-cpoint.adb
    trunk/gcc/ada/make.adb
    trunk/gcc/ada/s-linux-alpha.ads
    trunk/gcc/ada/s-linux-hppa.ads
    trunk/gcc/ada/s-linux-mipsel.ads
    trunk/gcc/ada/s-linux-sparc.ads
    trunk/gcc/ada/s-linux-x32.ads
    trunk/gcc/ada/s-linux.ads
    trunk/gcc/ada/s-osinte-linux.ads
    trunk/gcc/ada/s-taprop-linux.adb
    trunk/gcc/ada/sem_ch8.adb
    trunk/gcc/ada/sem_warn.adb



More information about the Gcc-cvs mailing list