projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5cb31a
)
RISC-V/gas: drop stray call to install_insn()
author
Jan Beulich
<jbeulich@suse.com>
Tue, 4 Oct 2022 07:45:08 +0000
(09:45 +0200)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/gas/config/tc-riscv.c
b/gas/config/tc-riscv.c
index 3230c5c69b3515ab2f8d555a1d2def8510358a98..fae314c97577607f796986dea367a2e444494dec 100644
(file)
--- 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