Re: PING^2 [libitm,PATCH] Fix bootstrap due to __always_inline in libitm

2013-06-03 Thread Richard Henderson
On 06/01/2013 03:44 PM, Gerald Pfeifer wrote: > 2013-05-31 Gerald Pfeifer > > PR bootstrap/56714 > * local_atomic (__always_inline): Always define our version. > (__calculate_memory_order): Mark inline. > (atomic_thread_fence): Ditto. > (atomic_signal_fence): Ditto

PING^2 [libitm,PATCH] Fix bootstrap due to __always_inline in libitm

2013-06-01 Thread Gerald Pfeifer
[ I could not identify who approved the original patch, but believe it was one of Richi, Jakub or RTH, so I hope one of you can approve this. Andi acked the previous submission, but cannot approve. ] The following patch broke bootstrap on all FreeBSD platforms, which took me a bit to realize