forked from Imagelibrary/binutils-gdb
Add support for the Q extension to the RISCV ISA.
gas * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
extension.
(riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
enabled and no other ABI is specified.
include * opcode/riscv-opc.h: Add support for the "q" ISA extension.
opcodes * riscv-opc.c (riscv-opcodes): Add support for the "q" ISA
extension.
* riscv-opcodes/all-opcodes: Likewise.
This commit is contained in:
@@ -323,8 +323,10 @@ enum
|
||||
M_SD,
|
||||
M_FLW,
|
||||
M_FLD,
|
||||
M_FLQ,
|
||||
M_FSW,
|
||||
M_FSD,
|
||||
M_FSQ,
|
||||
M_CALL,
|
||||
M_J,
|
||||
M_LI,
|
||||
|
||||
Reference in New Issue
Block a user