Re: BUG #15844: MIPS: remove .set mips2 in s_lock.h to fix r6 build - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15844: MIPS: remove .set mips2 in s_lock.h to fix r6 build
Date
Msg-id 29166.1561245700@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #15844: MIPS: remove .set mips2 in s_lock.h to fix r6 build  (YunQiang Su <wzssyqa@gmail.com>)
List pgsql-bugs
YunQiang Su <wzssyqa@gmail.com> writes:
> Tom Lane <tgl@sss.pgh.pa.us> 于2019年6月23日周日 上午6:37写道:
>> So I now think your original proposal was about the best way to do this,
>> though I'd tweak it to make the test be "#if __mips_isa_rev < 2", as

> here we should use #if __mips < 2 instead of __mips_isa_rev .

OK, will do.

            regards, tom lane



pgsql-bugs by date:

Previous
From: YunQiang Su
Date:
Subject: Re: BUG #15844: MIPS: remove .set mips2 in s_lock.h to fix r6 build
Next
From: PG Bug reporting form
Date:
Subject: BUG #15869: Custom aggregation returns null when parallelized