aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2020-09-15PR26610, ARM's "VFPv3 vldr to vmov" gas testcase failAlan Modra1-19/+20
2020-09-15Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton1-6/+3
2020-09-15Change the /nop directive for the BPF port of the assembler to use the encodi...David Faust1-1/+3
2020-09-14Fix support for theassembler's new ".nop" directive on the IA64 target.Nick Clifton1-0/+2
2020-09-14Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton4-3/+11
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-09power10 on ppc32Alan Modra1-1/+2
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-08MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz1-1/+53
2020-09-08aarch64: Add -mcpu option for Cortex-R82Alex Coplan1-0/+1
2020-09-08aarch64: Add support for Armv8-R system registersAlex Coplan1-4/+5
2020-09-08aarch64: Add base support for Armv8-RAlex Coplan1-0/+1
2020-09-02ubsan: tc-z80.c:3656 shift exponent 32 is too largeAlan Modra1-1/+1
2020-09-02ubsan: tc-sparc.c:1146 left shift cannot be representedAlan Modra1-1/+1
2020-09-02ubsan: tc-nios2.c:1403 shift exponent 32 is too largeAlan Modra1-1/+1
2020-09-02ubsan: tc-mips.c:9606 shift exponent 32 is too largeAlan Modra1-2/+5
2020-09-02ubsan: tc-d30v.c left shift cannot be representedAlan Modra1-2/+2
2020-09-02ubsan: rx-parse.y:1743 shift exponent 32 is too largeAlan Modra1-24/+24
2020-09-02ubsan: obj-macho.c:503 left shift cannot be representedAlan Modra1-1/+1
2020-09-02ubsan: bfin-lex.l:503 left shift cannot be representedAlan Modra1-1/+1
2020-09-0232-bit host pdp11 breakageAlan Modra1-0/+2
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-09-01PR26420, PR26421, PR26425, PR26427 UBSAN: tc-arm.c left shiftsAlan Modra1-78/+78
2020-08-31PR26510 UBSAN: tc-z8k.c left shift of negative valueAlan Modra1-8/+8
2020-08-31PR26503 UBSAN: tc-v850.c:1447 left shift cannot be representedAlan Modra1-1/+1
2020-08-31PR26502 UBSAN: tc-tic6x.c left shift of negative valueAlan Modra1-21/+21
2020-08-31PR26497 UBSAN: tc-sh.c:2467 left shift cannot be representedAlan Modra1-6/+6
2020-08-31PR26495 UBSAN: tc-score.c, tc-score7.c left shift of negative valueAlan Modra2-15/+15
2020-08-31PR26480 UBSAN: tc-nios2.c:1634 left shift cannot be representedAlan Modra1-1/+1
2020-08-31PR26479 UBSAN: tc-nios2.c:244 left shift cannot be representedAlan Modra1-2/+2
2020-08-31PR26472, PR26473, PR26474 UBSAN: tc-mips.c shift left UBAlan Modra1-9/+9
2020-08-31PR26471 UBSAN: tc-metag.c:7038 left shift cannot be representedAlan Modra1-1/+1
2020-08-31PR26468 UBSAN: tc-mep.c:1684 left shift of negative valueAlan Modra1-2/+2
2020-08-31PR26493 UBSAN: tc-riscv.c left shift negative and not representableAlan Modra1-17/+17
2020-08-31crx: ubsan: cannot be representedAlan Modra1-126/+98
2020-08-31PR26509 UBSAN: tc-z80.c:3656 shift exponent is too largeAlan Modra1-1/+1
2020-08-31tic4x-coff: ubsan: various shift UBAlan Modra1-10/+6
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-30PR26437, PR26438 UBSAN: tc-cr16.c left shifts and overflowsAlan Modra1-801/+787
2020-08-29PR26481 UBSAN: tc-pj.c:281 index out of boundsAlan Modra1-2/+2
2020-08-28PR26460 UBSAN: tc-ia64.c:6107 index out of boundsAlan Modra1-2/+4
2020-08-28CSKY: Support attribute section.Cooper Qu1-5/+85
2020-08-26PR26508 UBSAN: tc-xtensa.c:7764 null pointer bsearchAlan Modra1-0/+3
2020-08-26bpf: add xBPF ISADavid Faust1-4/+30