aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-12objdump, readelf: Emit "CU:" format only when wide output is requestedHans-Peter Nilsson1-1/+1
2022-01-11gas/doc: mention quoted symbol namesJan Beulich1-1/+4
2022-01-10XCOFF: add support for TLS relocations on hidden symbolsClément Chigot8-97/+308
2022-01-07RISC-V: update docs to reflect privileged spec v1.9 has been droppedPhilipp Tomsich5-8/+8
2022-01-07RISC-V: update docs for -mpriv-spec/--with-priv-spec for 1.12Philipp Tomsich6-9/+9
2022-01-07RISC-V: Updated the default ISA spec to 20191213.Nelson Chu7-7/+7
2022-01-06aarch64: Add support for new SME instructionsRichard Sandiford2-0/+56
2022-01-06x86: drop NoAVX insn attributeJan Beulich1-17/+21
2022-01-06x86-64: restrict PC32 -> PLT32 conversionJan Beulich2-3/+7
2022-01-05Adjust quoted-sym-names testAlan Modra2-6/+6
2022-01-04x86/Intel: correct VFPCLASSP{S,D} handling when displacement is presentJan Beulich4-5/+9
2022-01-04gas: rework handling of backslashes in quoted symbol namesJan Beulich5-15/+69
2022-01-02Update year range in copyright notice of binutils filesAlan Modra575-579/+579
2022-01-01ubsan: next_char_of_string signed integer overflowAlan Modra1-2/+2
2022-01-01ubsan: signed integer multiply overflowAlan Modra1-1/+6
2021-12-28gas reloc sortingAlan Modra4-42/+30
2021-12-24RISC-V: Rewrite the csr testcases.Nelson Chu42-1521/+3567
2021-12-24RISC-V: Hypervisor ext: support Privileged Spec 1.12Vineet Gupta5-5/+313
2021-12-24RISC-V: Hypervisor ext: drop Privileged Spec 1.9.1 implementation/testsVineet Gupta9-90/+0
2021-12-22RISC-V: Update Scalar Crypto testcases.jiawei18-144/+144
2021-12-21x86: -mfence-as-lock-add=yes doesn't work for 16-bit modeJan Beulich1-1/+6
2021-12-21gas/ELF: avoid below-base ref in obj_elf_parse_section_letters()Jan Beulich1-13/+11