RISC-V/gas: drop stray call to install_insn()
authorJan Beulich <jbeulich@suse.com>
Tue, 4 Oct 2022 07:45:08 +0000 (09:45 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 4 Oct 2022 07:45:08 +0000 (09:45 +0200)
add_fixed_insn(), by calling move_insn(), already invokes install_insn().

gas/config/tc-riscv.c

index 3230c5c69b3515ab2f8d555a1d2def8510358a98..fae314c97577607f796986dea367a2e444494dec 100644 (file)
@@ -1476,7 +1476,6 @@ append_insn (struct riscv_cl_insn *ip, expressionS *address_expr,
     }
 
   add_fixed_insn (ip);
-  install_insn (ip);
 
   /* We need to start a new frag after any instruction that can be
      optimized away or compressed by the linker during relaxation, to prevent