Module Name: src Committed By: martin Date: Mon Nov 27 19:55:23 UTC 2023
Modified Files: src/external/gpl3/binutils/dist/gas/config [netbsd-9]: tc-mips.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1767): external/gpl3/binutils/dist/gas/config/tc-mips.c: revision 1.25 binutils: fix gas that doesn't handle MIPS1 FPR load hazard correctly. Fixes PR/57680. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.21.2.1 \ src/external/gpl3/binutils/dist/gas/config/tc-mips.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/binutils/dist/gas/config/tc-mips.c diff -u src/external/gpl3/binutils/dist/gas/config/tc-mips.c:1.21 src/external/gpl3/binutils/dist/gas/config/tc-mips.c:1.21.2.1 --- src/external/gpl3/binutils/dist/gas/config/tc-mips.c:1.21 Wed Nov 7 01:13:53 2018 +++ src/external/gpl3/binutils/dist/gas/config/tc-mips.c Mon Nov 27 19:55:23 2023 @@ -6440,8 +6440,8 @@ insns_between (const struct mips_cl_insn /* Itbl support may require additional care here. FIXME! Need to modify this to include knowledge about user specified delays! */ - else if ((!cop_interlocks && (pinfo1 & INSN_COPROC_MOVE)) - || (!cop_mem_interlocks && (pinfo1 & INSN_COPROC_MEMORY_DELAY))) + if ((!cop_interlocks && (pinfo1 & INSN_COPROC_MOVE)) + || (!cop_mem_interlocks && (pinfo1 & INSN_COPROC_MEMORY_DELAY))) { /* Handle cases where INSN1 writes to a known general coprocessor register. There must be a one instruction delay before INSN2