Re: gcc-4.7-20111022 fails to build on PA-RISC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Jonathan,

I tried applying the latest changes from svn to mutex, but it stills fails to build.

On Sat, 29 Oct 2011, Jonathan Wakely wrote:

What does the definition of _pthread_fastlock on line 34 of
/usr/include/bits/pthreadtypes.h look like?


/* Fast locks (not abstract because mutexes and conditions aren't abstract). */
struct _pthread_fastlock
{
__atomic_lock_t __spinlock; /* Used by compare_and_swap emulation. Also, adaptive SMP lock stores spin count here. */ long int __status; /* "Free" or "taken" or head of waiting list */
};


Dimitris



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux