This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/49944] [4.9/5/6 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944

--- Comment #12 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Sun Dec  6 14:11:35 2015
New Revision: 231334

URL: https://gcc.gnu.org/viewcvs?rev=231334&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-5-branch/gcc/ada/ChangeLog
    branches/gcc-5-branch/gcc/ada/gcc-interface/Makefile.in
    branches/gcc-5-branch/gcc/ada/s-osinte-freebsd.ads
    branches/gcc-5-branch/gcc/ada/s-osinte-kfreebsd-gnu.ads

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]