https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944
--- Comment #13 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Author: ebotcazou Date: Sun Dec 6 14:11:54 2015 New Revision: 231335 URL: https://gcc.gnu.org/viewcvs?rev=231335&root=gcc&view=rev Log: PR ada/49944 * s-osinte-freebsd.ads: Minor reformatting. (Stack_Base_Available): Correct comments. * s-osinte-kfreebsd-gnu.ads (Time_Slice_Supported, nanosleep, clock_id_t, clock_gettime, Stack_Base_Available, Get_Page_Size, mprotect, pthread_mutexattr_setprotocol,pthread_mutexattr_getprotocol pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setinheritsched, pthread_attr_getinheritsched, Time_Slice_Supported): Copy from s-osinte-freebsd.ads. * gcc-interface/Makefile.in (x86/kfreebsd): Use the POSIX version of the System.Task_Primitives.Operations package. Modified: branches/gcc-4_9-branch/gcc/ada/ChangeLog branches/gcc-4_9-branch/gcc/ada/gcc-interface/Makefile.in branches/gcc-4_9-branch/gcc/ada/s-osinte-freebsd.ads branches/gcc-4_9-branch/gcc/ada/s-osinte-kfreebsd-gnu.ads