summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Change version number to 2.36.50 and regenerate filesNick Clifton2021-01-093-1065/+1091
* Add Changelog entries and NEWS entries for 2.36 branchNick Clifton2021-01-092-0/+6
* POWER10: Add Return-Oriented Programming instructionsPeter Bergner2021-01-097-0/+97
* configure regenAlan Modra2021-01-092-2/+6
* libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a...Samuel Thibault2021-01-072-11/+5
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-0722-117/+165
* RISC-V: Add pause hint instruction.Philipp Tomsich2021-01-074-0/+22
* RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructions (v0.93).Claire Xenia Wolf2021-01-075-1/+177
* sparc-elf ld test failsAlan Modra2021-01-062-16/+22
* gas APP macro testsAlan Modra2021-01-065-0/+11
* RISC-V: Mention -mbig-endian and -mlittle-endian in docMarcus Comstedt2021-01-063-0/+14
* RISC-V: Fix riscv gas/ld testsuites failures for big endian.Marcus Comstedt2021-01-0612-11/+26
* RISC-V: Implement support for big endian targets.Marcus Comstedt2021-01-064-8/+44
* elf: Allow mixed ordered/unordered inputs for non-relocatable linkH.J. Lu2021-01-042-1/+9
* PR27102, gas: "section symbols are already global"Alan Modra2021-01-042-3/+8
* PR27101, as: Reject (byte) .align 0x100000000Alan Modra2021-01-042-2/+8
* PR27116, Spelling errors found by Debian style checkerAlan Modra2021-01-018-12/+20
* Update year range in copyright notice of binutils filesAlan Modra2021-01-01568-570/+574
* ChangeLog rotationAlan Modra2021-01-012-6107/+6121
* gas: Change to "swym 0" as canonical nop insn for MMIXHans-Peter Nilsson2021-01-012-1/+5
* gas: Update 80387 floating point 's' suffixH.J. Lu2020-12-251-1/+1
* Statically initialise target common sectionsAlan Modra2020-12-182-17/+13
* constify elfNN_bedAlan Modra2020-12-162-16/+16
* PR27071, gas bugs uncovered by fuzzingAlan Modra2020-12-164-8/+34
* rx-elf FAIL: SHF_GNU_RETAIN sections 27Alan Modra2020-12-142-10/+16
* x86: Do not dump DS/CS segment overrides for branch hintsBorislav Petkov2020-12-1310-60/+82
* Add support for the .bss pseudo-op to the Z80 assembler.Nick Clifton2020-12-112-0/+17
* RISC-V: Add sext.[bh] and zext.[bhw] pseudo instructions.Nelson Chu2020-12-105-0/+171
* RISC-V: Control fence.i and csr instructions by zifencei and zicsr.Nelson Chu2020-12-109-11/+95
* gas: Generate a new section for SHF_GNU_RETAINH.J. Lu2020-12-087-21/+97
* IBM Z: Add risbgz and risbgnz extended mnemonicsAndreas Krebbel2020-12-045-15/+31
* IBM Z: Add support for HLASM extended mnemonicsAndreas Krebbel2020-12-037-52/+166
* RISC-V: Support to add implicit extensions for G.Nelson Chu2020-12-014-1/+20
* RISC-V: Support to add implicit extensions.Nelson Chu2020-12-0112-12/+48
* RISC-V: Improve the version parsing for arch string.Nelson Chu2020-12-0123-35/+72
* RISC-V: Add zifencei and prefixed h class extensions.Nelson Chu2020-12-017-2/+23
* RISC-V: Don't allow any uppercase letter in the arch string.Nelson Chu2020-12-014-2/+11
* RISC-V: Minor cleanup and testcases improvement for arch string parser.Nelson Chu2020-12-0155-59/+156
* x86: Do not dump DS/CS segment overrides for branch hintsBorislav Petkov2020-11-297-0/+34
* ELF: Support .noinit and .persistent sectionsJozef Lawrynowicz2020-11-276-0/+50
* gas output_file_close error messageAlan Modra2020-11-253-3/+8
* aarch64: Add support for Cortex-A78CPrzemyslaw Wirkus2020-11-234-1/+18
* gas/testsuite: Fix SHF_GNU_RETAIN tests for FreeBSD OSABIsJozef Lawrynowicz2020-11-194-3/+10
* Re: Stop Gas from generating line info or address rangesAlan Modra2020-11-189-32/+122
* Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz2020-11-1816-22/+250
* When reading string arguments for the assembler's string directives treat spa...Nick Clifton2020-11-175-1/+21
* aarch64: Add +pauth flag for Pointer Authentication featurePrzemyslaw Wirkus2020-11-166-1/+169
* aarch64: Extract Condition flag manipulation feature from Armv8.4-APrzemyslaw Wirkus2020-11-166-1/+51
* arm: Add support for Cortex-A78CPrzemyslaw Wirkus2020-11-164-0/+16
* x86: Ignore CS/DS/ES/SS segment-override prefixes in 64-bit modeBorislav Petkov2020-11-1436-392/+430