Re: BUG #15844: MIPS: remove .set mips2 in s_lock.h to fix r6 build

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: wzssyqa(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15844: MIPS: remove .set mips2 in s_lock.h to fix r6 build
Date: 2019-06-11 04:57:23
Message-ID: 20190611045723.GC2132@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Jun 11, 2019 at 04:39:35AM +0000, PG Bug reporting form wrote:
> MIPS r6 changes the encoding of LL/SC instruction,
> while the .set mips2 will force assembler to generate
> old encoding.

This is quite architecture-specific. May I suggest to add this patch
to the follow-up commit fest for awareness:
https://commitfest.postgresql.org/23/

Do you have any references, like documentation, which summarize that?
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message YunQiang Su 2019-06-11 05:12:54 Re: BUG #15844: MIPS: remove .set mips2 in s_lock.h to fix r6 build
Previous Message Michael Paquier 2019-06-11 04:55:39 Re: BUG #15833: defining a comment on a domain constraint fails with wrong OID