From: Jan Beulich Date: Tue, 4 Oct 2022 07:45:08 +0000 (+0200) Subject: RISC-V/gas: drop stray call to install_insn() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b25fc4884a93fc61d3de0fc1b46109f26719556;p=binutils-gdb.git RISC-V/gas: drop stray call to install_insn() add_fixed_insn(), by calling move_insn(), already invokes install_insn(). --- diff --git a/gas/config/tc-riscv.c b/gas/config/tc-riscv.c index 3230c5c69b3..fae314c9757 100644 --- a/gas/config/tc-riscv.c +++ b/gas/config/tc-riscv.c @@ -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