Re: BUG #6331: Cross compile error/aborts. Works if '--disable-spinlock' is used - Mailing list pgsql-bugs

From Craig Ringer
Subject Re: BUG #6331: Cross compile error/aborts. Works if '--disable-spinlock' is used
Date
Msg-id 4EE6A5E3.6070400@ringerc.id.au
Whole thread Raw
In response to Re: BUG #6331: Cross compile error/aborts. Works if '--disable-spinlock' is used  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On 13/12/11 08:43, Tom Lane wrote:
> Craig Ringer <ringerc@ringerc.id.au> writes:
>> because AFAIK there's no ARM asm code or ARM gcc intrinsics hidden away
>> in Pg, and that'd be the only other way to get those kinds of errors.
> No, you're mistaken about that: we do have inline assembly code in
> s_lock.h, and this message does look to be complaining about that code,
> because "swpb %0, %0, [%2]" is exactly what the TAS() macro generates
> for ARM.
Ah - my mistake, and thanks for the correction. I really should've seen
that.

--
Craig Ringer

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #6331: Cross compile error/aborts. Works if '--disable-spinlock' is used
Next
From: John Lumby
Date:
Subject: Re: LIKE predicate and ERROR: 42P22: could not determine which collation to use for string comparison - HINT: Use the COLLATE clause ...