summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
...
* CSKY: Refine literals pool dump process and float register parser.Cooper Qu2020-09-022-3/+58
* ELF: Document the .tls_common directiveH.J. Lu2020-09-012-0/+17
* PR26420, PR26421, PR26425, PR26427 UBSAN: tc-arm.c left shiftsAlan Modra2020-09-012-78/+98
* PR26510 UBSAN: tc-z8k.c left shift of negative valueAlan Modra2020-08-312-8/+15
* PR26503 UBSAN: tc-v850.c:1447 left shift cannot be representedAlan Modra2020-08-312-1/+6
* PR26502 UBSAN: tc-tic6x.c left shift of negative valueAlan Modra2020-08-312-21/+26
* PR26497 UBSAN: tc-sh.c:2467 left shift cannot be representedAlan Modra2020-08-312-6/+11
* PR26495 UBSAN: tc-score.c, tc-score7.c left shift of negative valueAlan Modra2020-08-313-15/+21
* PR26480 UBSAN: tc-nios2.c:1634 left shift cannot be representedAlan Modra2020-08-312-1/+6
* PR26479 UBSAN: tc-nios2.c:244 left shift cannot be representedAlan Modra2020-08-312-2/+7
* PR26472, PR26473, PR26474 UBSAN: tc-mips.c shift left UBAlan Modra2020-08-312-9/+17
* PR26471 UBSAN: tc-metag.c:7038 left shift cannot be representedAlan Modra2020-08-312-1/+6
* PR26468 UBSAN: tc-mep.c:1684 left shift of negative valueAlan Modra2020-08-312-2/+8
* PR26493 UBSAN: tc-riscv.c left shift negative and not representableAlan Modra2020-08-312-17/+23
* crx: ubsan: cannot be representedAlan Modra2020-08-313-128/+116
* PR26509 UBSAN: tc-z80.c:3656 shift exponent is too largeAlan Modra2020-08-312-1/+6
* tic4x-coff: ubsan: various shift UBAlan Modra2020-08-312-10/+12
* CSKY: Refine operand format error reporting.Cooper Qu2020-08-312-109/+208
* CSKY: Add warning when -mdsp and -mcpu=ck803ern are both added.Cooper Qu2020-08-312-3/+22
* changelog PR fixAlan Modra2020-08-301-2/+2
* cr16 disassembly error of disp20 fieldsAlan Modra2020-08-309-55/+66
* PR26437, PR26438 UBSAN: tc-cr16.c left shifts and overflowsAlan Modra2020-08-302-801/+799
* PR26481 UBSAN: tc-pj.c:281 index out of boundsAlan Modra2020-08-292-2/+8
* PR26460 UBSAN: tc-ia64.c:6107 index out of boundsAlan Modra2020-08-282-2/+10
* gas: Handle bad -gdwarf options, just like bad --gdwarf options.Mark Wielaard2020-08-282-0/+11
* CSKY: Support attribute section.Cooper Qu2020-08-2823-8/+148
* PR26467 UBSAN: cgen.c:762 shift exponent 18446744073709551615Alan Modra2020-08-272-1/+7
* PR26508 UBSAN: tc-xtensa.c:7764 null pointer bsearchAlan Modra2020-08-262-0/+9
* PR26448 UBSAN: symbols.c:1586 left shift of negative valueAlan Modra2020-08-262-2/+26
* PR26447 UBSAN: expr.c:1936 left shift of negative valueAlan Modra2020-08-262-6/+22
* bpf: add xBPF ISADavid Faust2020-08-267-4/+82
* PR26501, ASAN: tic54x_undefined_symbol tc-tic54x.c:5015Alan Modra2020-08-252-8/+9
* PR26500, ASAN: tic4x_inst_make tc-tic4x.c:1247Alan Modra2020-08-252-2/+7
* PR26441, ASAN: get_b_cc tc-cr16.c:1521Alan Modra2020-08-252-6/+9
* PR26426, ASAN: neon_quad tc-arm.c:15175Alan Modra2020-08-252-0/+11
* PR26410, UBSAN: symbols.c:1818Alan Modra2020-08-252-3/+10
* gas warning fixesAlan Modra2020-08-256-5/+16
* CSKY: Add new arch CK860.Cooper Qu2020-08-248-9/+117
* tic54x fixesAlan Modra2020-08-245-29/+33
* Remove "memory exhausted" messagesAlan Modra2020-08-2410-79/+50
* gcc-4 -Og false positive "may be used uninitialised"Alan Modra2020-08-242-6/+10
* PR26526, 5014c2d22b2 breaks compiling the Linux kernel for ARMAlan Modra2020-08-242-1/+7
* CSKY: Add ck803r2 series cpu.Cooper Qu2020-08-244-8/+71
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-2367-364/+633
* Redo gas local symbol supportAlan Modra2020-08-212-399/+375
* gas symbol struct field renamingAlan Modra2020-08-213-359/+364
* Rearrange symbol_create parametersAlan Modra2020-08-2142-266/+292
* CSKY: Support two operands form for bloop.Cooper Qu2020-08-214-1/+30
* Remove --reduce-memory-overheads and --hash-size arguments.Martin Liska2020-08-207-704/+47
* Port gas/config/* to str_htab.Martin Liska2020-08-2056-1214/+1114