re PR ada/49944 (Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb...
authorLudovic Brenta <ludovic@ludovic-brenta.org>
Sun, 6 Dec 2015 14:11:17 +0000 (14:11 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 6 Dec 2015 14:11:17 +0000 (14:11 +0000)
commit928b5b523bc386006e2ac5691faf7afff6fbce33
tree540371fbfb35177f86b0fbaa73f384717f8067ef
parentf1b7620802b03045c0833de64f793624212545c8
re PR ada/49944 (Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)")

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.

From-SVN: r231333
gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in
gcc/ada/s-osinte-freebsd.ads
gcc/ada/s-osinte-kfreebsd-gnu.ads