public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libffi/83636] libffi/mips/n32: don't .set mips4 for mips r6
       [not found] <bug-83636-4@http.gcc.gnu.org/bugzilla/>
@ 2021-08-27  5:01 ` syq at debian dot org
  2021-08-30  8:05 ` cvs-commit at gcc dot gnu.org
  2023-05-19  6:16 ` syq at debian dot org
  2 siblings, 0 replies; 3+ messages in thread
From: syq at debian dot org @ 2021-08-27  5:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83636

--- Comment #2 from YunQiang Su <syq at debian dot org> ---
Patch has been sent to:
https://gcc.gnu.org/pipermail/gcc-patches/2021-August/578243.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libffi/83636] libffi/mips/n32: don't .set mips4 for mips r6
       [not found] <bug-83636-4@http.gcc.gnu.org/bugzilla/>
  2021-08-27  5:01 ` [Bug libffi/83636] libffi/mips/n32: don't .set mips4 for mips r6 syq at debian dot org
@ 2021-08-30  8:05 ` cvs-commit at gcc dot gnu.org
  2023-05-19  6:16 ` syq at debian dot org
  2 siblings, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-08-30  8:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83636

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by YunQiang Su <syq@gcc.gnu.org>:

https://gcc.gnu.org/g:d7e56b084d0b230ae5ee280f569d679fa0f09f4d

commit r12-3219-gd7e56b084d0b230ae5ee280f569d679fa0f09f4d
Author: YunQiang Su <yunqiang.su@cipunited.com>
Date:   Sat Aug 28 08:17:18 2021 -0400

    libffi: Fix MIPS r6 support

    for some instructions, MIPS r6 uses different encoding other than
    the previous releases.

    1. mips/n32.S disable .set mips4: since it casuses old insn encoding
       is used.
       https://github.com/libffi/libffi/pull/396 has been accepted as:
         94c102aa69b04337f63498e0e6551fcdce549ae5
    2. mips/ffi.c: the encoding for JR is hardcoded: we need to use
       different value for r6 and pre-r6.
       https://github.com/libffi/libffi/pull/401 has been accpeted as:
         746dbe3a6a79a41931c03b51df2972be4d5e5028

    libffi/
            PR libffi/83636
            * src/mips/n32.S: disable .set mips4
            * src/mips/ffi.c: use different JR encoding for r6.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libffi/83636] libffi/mips/n32: don't .set mips4 for mips r6
       [not found] <bug-83636-4@http.gcc.gnu.org/bugzilla/>
  2021-08-27  5:01 ` [Bug libffi/83636] libffi/mips/n32: don't .set mips4 for mips r6 syq at debian dot org
  2021-08-30  8:05 ` cvs-commit at gcc dot gnu.org
@ 2023-05-19  6:16 ` syq at debian dot org
  2 siblings, 0 replies; 3+ messages in thread
From: syq at debian dot org @ 2023-05-19  6:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83636

YunQiang Su <syq at debian dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from YunQiang Su <syq at debian dot org> ---
This bug has been fixed.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-19  6:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-83636-4@http.gcc.gnu.org/bugzilla/>
2021-08-27  5:01 ` [Bug libffi/83636] libffi/mips/n32: don't .set mips4 for mips r6 syq at debian dot org
2021-08-30  8:05 ` cvs-commit at gcc dot gnu.org
2023-05-19  6:16 ` syq at debian dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).