aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-csky.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-09gas: rename md_end to md_finishAlan Modra1-1/+1
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra1-5/+5
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-08-11Fix an internal error in the CSKY assembler when asked to resolve an overlarg...Nick Clifton1-1/+2
2021-04-01Use startswith in gas subfolder.Martin Liska1-3/+3
2021-03-31Use bool in gasAlan Modra1-333/+333
2021-03-29TRUE/FALSE simplificationAlan Modra1-20/+20
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-10-26C-SKY: Fix the literal dump of big vector constant.Cooper Qu1-1/+2
2020-10-26CSKY: Add version flag in eflag and fix bug in disassembling register.Cooper Qu1-1/+1
2020-10-26CSKY: Fix and add some instructions for VDSPV1.Cooper Qu1-0/+12
2020-09-26ubsan: opcodes/csky-opc.h:929 shift exponent 536870912Alan Modra1-5/+3
2020-09-23CSKY: Add objdump option -M abi-names.Cooper Qu1-379/+262
2020-09-14CSKY: Set feature flags for default cpu.Cooper Qu1-3/+2
2020-09-10CSKY: Enable extend lrw by default for CK802, CK803 and CK860.Cooper Qu1-1/+4
2020-09-10CSKY: Add new arches while refine the cpu option process.Cooper Qu1-172/+435
2020-09-09CSKY: Change mvtc and mulsw's ISA flag.Cooper Qu1-2/+2
2020-09-09CSKY: Support option -mfloat-abi.Cooper Qu1-0/+57
2020-09-09CSKY: Add FPUV3 instructions, which supported by ck860f.Cooper Qu1-31/+189
2020-09-02CSKY: Add CPU CK803r3.Cooper Qu1-17/+21
2020-09-02CSKY: Refine literals pool dump process and float register parser.Cooper Qu1-3/+51
2020-08-31CSKY: Refine operand format error reporting.Cooper Qu1-109/+174
2020-08-31CSKY: Add warning when -mdsp and -mcpu=ck803ern are both added.Cooper Qu1-3/+16
2020-08-28CSKY: Support attribute section.Cooper Qu1-5/+85
2020-08-24CSKY: Add new arch CK860.Cooper Qu1-5/+21
2020-08-24CSKY: Add ck803r2 series cpu.Cooper Qu1-8/+44
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-6/+5
2020-08-21Rearrange symbol_create parametersAlan Modra1-1/+1
2020-08-21CSKY: Support two operands form for bloop.Cooper Qu1-1/+21
2020-08-20Port gas/config/* to str_htab.Martin Liska1-17/+17
2020-07-21Fix Unreasonable arch and cpu conflict warning for ther CSky architecture.Cooper Qu1-2/+4
2020-05-25gas: Update fr_literal access in frag for GCC 10H.J. Lu1-1/+1
2020-03-10More 1 << 31 signed overflowsAlan Modra1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-12gas signed overflow fixesAlan Modra1-29/+30
2019-05-15C-SKY FAIL: jbt - cskyAlan Modra1-0/+2
2019-01-31Assorted warning fixesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-29Move struc-symbol.h to symbols.cAlan Modra1-5/+6
2018-09-14csky: Support PC relative diff relocationLifang Xia1-0/+6
2018-07-30Add support for the C_SKY series of processors.Andrew Jenner1-0/+7299