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:
Kito Cheng
2017-01-03 17:42:01 +00:00
committed by Nick Clifton
parent de1010f408
commit cc917fd93d
7 changed files with 193 additions and 2 deletions

View File

@@ -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,