]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add support for the Q extension to the RISCV ISA.
authorKito Cheng <kito.cheng@gmail.com>
Tue, 3 Jan 2017 17:42:01 +0000 (17:42 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 3 Jan 2017 17:42:01 +0000 (17:42 +0000)
commitcc917fd93d2a836adfd61b91df021cf835e88fd1
tree27bd4adc36ad4418cd312b6b3552df1f650287e1
parentde1010f40884537cf0905ad134162cd2db71dc2a
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.
gas/ChangeLog
gas/config/tc-riscv.c
include/ChangeLog
include/opcode/riscv-opc.h
include/opcode/riscv.h
opcodes/ChangeLog
opcodes/riscv-opc.c