aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-25PR26501, ASAN: tic54x_undefined_symbol tc-tic54x.c:5015Alan Modra1-8/+3
2020-08-25PR26500, ASAN: tic4x_inst_make tc-tic4x.c:1247Alan Modra1-2/+1
2020-08-25PR26441, ASAN: get_b_cc tc-cr16.c:1521Alan Modra1-6/+3
2020-08-25PR26426, ASAN: neon_quad tc-arm.c:15175Alan Modra1-0/+5
2020-08-25gas warning fixesAlan Modra5-5/+6
2020-08-24CSKY: Add new arch CK860.Cooper Qu1-5/+21
2020-08-24tic54x fixesAlan Modra2-1/+5
2020-08-24Remove "memory exhausted" messagesAlan Modra9-79/+36
2020-08-24gcc-4 -Og false positive "may be used uninitialised"Alan Modra1-6/+4
2020-08-24CSKY: Add ck803r2 series cpu.Cooper Qu1-8/+44
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra56-301/+384
2020-08-21gas symbol struct field renamingAlan Modra1-1/+1
2020-08-21Rearrange symbol_create parametersAlan Modra30-207/+200