CSKY: Add ck803r2 series cpu.
authorCooper Qu <cooper.qu@linux.alibaba.com>
Fri, 21 Aug 2020 10:08:10 +0000 (18:08 +0800)
committerLifang Xia <lifang_xia@c-sky.com>
Mon, 24 Aug 2020 02:25:03 +0000 (10:25 +0800)
commitd04aee0f41da38682239b57af954bf294e26d9cb
treee9d0af2b5f1c696974221a5288e658fb483fb772
parentb9e188dc8ba81f99bb5e07ade6545ea3acc7ff3c
CSKY: Add ck803r2 series cpu.

gas/
        * config/tc-csky.c (CSKY_ISA_803R2): New.
        (csky_archs): Add ck803r2 series.
        (md_begin): Fix warning about -medsp.
        (csky_get_freg_val): Support lowercase of fpu register name.
        * testsuite/gas/csky/cskyv2_ck803r2.s: New file.
        * testsuite/gas/csky/cskyv2_ck803r2.d: New file.

include/
        * csky.h (CSKYV2_ISA_3E3R2): New.

opcodes/
        * csky-opc.h (csky_v2_opcodes): Add instruction bnezad.
gas/ChangeLog
gas/config/tc-csky.c
gas/testsuite/gas/csky/cskyv2_ck803r2.d [new file with mode: 0644]
gas/testsuite/gas/csky/cskyv2_ck803r2.s [new file with mode: 0644]
include/ChangeLog
include/opcode/csky.h
opcodes/ChangeLog
opcodes/csky-opc.h
This page took 0.070042 seconds and 4 git commands to generate.