aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2022-03-20gas:LoongArch: Fix "make check" pr21884 fail in LoongArch32.liuzhensong2-0/+9
2022-03-20LoongArch: Update ABI eflag in elf header.liuzhensong1-26/+20
2022-03-20gas:LoongArch: Fix wrong line number in .debug_lineliuzhensong1-2/+2
2022-03-20gas:LoongArch: Fix segment error in compilation due to too long symbol name.liuzhensong1-2/+6
2022-03-20LoongArch: Use functions instead of magic numbers.liuzhensong1-104/+28
2022-03-18x86: also fold remaining multi-vector-size shift insnsJan Beulich1-7/+9
2022-03-18x86: fold certain AVX2 templates into their AVX counterpartsJan Beulich1-0/+23
2022-03-18RISC-V: Cache management instructionsTsukasa OI10-0/+70
2022-03-18RISC-V: Prefetch hint instructions and operand setTsukasa OI6-0/+45
2022-03-18PR28977 tc-i386.c internal error in parse_registerAlan Modra1-9/+10
2022-03-18Tidy gas current_frame before exitAlan Modra1-0/+1
2022-03-18ubsan: logical_input_line signed integer overflowAlan Modra1-8/+8
2022-03-17asan: use of uninitialized value in buffer_and_nestAlan Modra1-6/+7
2022-03-17asan: buffer overflows after calling ignore_rest_of_lineAlan Modra2-12/+4
2022-03-17x86: don't accept base architectures as extensionsJan Beulich4-1/+5
2022-03-17x86: add another IAMCU testcaseJan Beulich2-2/+7
2022-03-17x86: drop L1OM/K1OM support from gasJan Beulich11-607/+10
2022-03-17x86: assorted IAMCU CPU checking fixesJan Beulich4-4/+10
2022-03-16Delete PowerPC macro insn supportAlan Modra1-111/+3
2022-03-16PowerPC VLE extended instructions in powerpc_macrosAlan Modra1-5/+5
2022-03-16PowerPC32 extended instructions in powerpc_macrosAlan Modra2-17/+17
2022-03-16PowerPC64 extended instructions in powerpc_macrosAlan Modra3-16/+16
2022-03-09Constant fold view increment expressionsAlan Modra2-6/+14
2022-03-09Reduce duplicated symbol_clone_if_forward_ref workAlan Modra1-3/+8
2022-03-04RISC-V: make .insn actually work for 64-bit insnsJan Beulich3-1/+9
2022-03-04x86: drop redundant x86-64-code16-2 testJan Beulich2-5/+0
2022-02-23RISC-V: PR28733, add missing extension info to 'unrecognized opcode' errorPatrick O'Neill3-36/+69
2022-02-23RISC-V: PR28733, add missing extension info to 'invalid CSR' errorPatrick O'Neill5-711/+717
2022-02-23binutils 2.38 vs. ppc32 linux kernelAlan Modra1-1/+24
2022-02-23RISC-V: Updated CSRs to privileged spec v1.12 and debug spec v1.0.Nelson Chu11-245/+288
2022-02-23RISC-V: Add Privileged Architecture 1.12 CSRsTsukasa OI11-0/+1249
2022-02-23RISC-V: Reorganize testcases for CFI directivesTsukasa OI2-13/+86
2022-02-16gas local label and dollar label handlingAlan Modra5-131/+71
2022-02-16ubsan: s_app_line integer overflowAlan Modra1-9/+8
2022-02-16asan : use of uninitialized value in buffer_and_nestAlan Modra1-9/+20
2022-02-11gas/doc: Fix "a true results" typoRichard Sandiford1-1/+1
2022-01-28Updated French translation for the gas sub-directory.Nick Clifton2-2250/+2641
2022-01-24gas: drop old cygnus install hackMike Frysinger2-13/+5
2022-01-24Update Bulgarian, French, Romaniam and Ukranian translation for some of the s...Nick Clifton2-2245/+2639
2022-01-23Regenerate Makefile.in files with automake 1.15.1H.J. Lu1-1/+0
2022-01-23Regenerate configure files with autoconf 2.69H.J. Lu1-15/+3
2022-01-22Change version number to 2.38.50 and regenerate filesNick Clifton3-23/+40
2022-01-22Add markers for 2.38 branchNick Clifton2-0/+6
2022-01-22RISC-V: create new frag after alignment.Lifang Xia1-0/+6
2022-01-21drop old unused stamp-h.in fileMike Frysinger1-1/+0
2022-01-17Update the config.guess and config.sub files from the master repository and r...Nick Clifton3-1800/+2149
2022-01-17Fix Z80 assembly failure.Sergey Belyashov2-0/+7
2022-01-13Re: gas: add visibility support using GNU syntax on XCOFFAlan Modra1-1/+1
2022-01-12gas: add visibility support using GNU syntax on XCOFFClément Chigot5-0/+85
2022-01-12gas: add visibility support for XCOFFClément Chigot7-36/+405