Module Name: src Committed By: martin Date: Mon Nov 27 19:57:29 UTC 2023
Modified Files: src/external/gpl3/binutils/dist/gas/config [netbsd-8]: tc-mips.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1919): 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.19 -r1.19.6.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.19 src/external/gpl3/binutils/dist/gas/config/tc-mips.c:1.19.6.1 --- src/external/gpl3/binutils/dist/gas/config/tc-mips.c:1.19 Wed Oct 26 18:42:55 2016 +++ src/external/gpl3/binutils/dist/gas/config/tc-mips.c Mon Nov 27 19:57:29 2023 @@ -6243,8 +6243,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