aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2024-01-08arm: Add support for Armv8.9-A and Armv9.4-Asrinath1-0/+6
2024-01-05Add AMD znver5 processor supportTejas Joshi1-0/+1
2024-01-05x86: corrections to CPU attribute/flags splittingJan Beulich1-3/+16
2024-01-05z80: drop .bss overrideJan Beulich1-10/+0
2024-01-05visium: drop .bss and .skip overridesJan Beulich1-22/+1
2024-01-05v850: drop .bss overrideJan Beulich1-5/+0
2024-01-05score: drop .bss overrideJan Beulich2-48/+2
2024-01-05s390: drop .bss overrideJan Beulich1-12/+0
2024-01-05rx: drop .bss overrideJan Beulich1-11/+0
2024-01-05rl78: drop .bss overrideJan Beulich1-11/+0
2024-01-05pru: fix .text/.data interaction with .previousJan Beulich1-2/+2
2024-01-05microblaze: drop/restrict override of .text, .data, and .bssJan Beulich1-37/+9
2024-01-05m68k: drop .bss overrideJan Beulich1-12/+0
2024-01-05m32c: drop .bss overrideJan Beulich1-13/+0
2024-01-05IA64: drop .bss overrideJan Beulich1-5/+3
2024-01-05d30v: fix .text/.data interaction with .previousJan Beulich1-2/+2
2024-01-05bfin: drop .bss overrideJan Beulich1-11/+0
2024-01-05Arm64: drop .bss overrideJan Beulich1-12/+1
2024-01-05Arm: drop .bss overrideJan Beulich1-15/+1
2024-01-05RISC-V: T-HEAD: Fix wrong instruction encoding for th.vsetvliJin Ma1-0/+79
2024-01-04Update year range in copyright notice of binutils filesAlan Modra245-245/+245
2023-12-29LoongArch: gas: Add support for tls le relax.changjiachen1-0/+32
2023-12-28x86-64: Add R_X86_64_CODE_4_GOTTPOFF/R_X86_64_CODE_4_GOTPC32_TLSDESCH.J. Lu1-0/+20
2023-12-28x86-64: Add R_X86_64_CODE_4_GOTPCRELXH.J. Lu2-5/+19
2023-12-28Support APX NDD optimized encoding.Hu, Lin11-0/+104
2023-12-28Support APX pushp/poppCui, Lili1-1/+2
2023-12-28Support APX Push2/Pop2Mo, Zewei1-0/+44
2023-12-28Support APX NDDkonglin11-17/+45
2023-12-28Support APX GPR32 with extend evex prefixCui, Lili1-12/+73
2023-12-28Support APX GPR32 with rex2 prefixCui, Lili1-20/+158
2023-12-25LoongArch: Add support for TLS LD/GD/DESC relaxationmengqinggang1-2/+6
2023-12-25LoongArch: Add new relocs and macro for TLSDESC.Lulu Cai1-1/+13
2023-12-22nios2: fix .text/.data interaction with .previousJan Beulich1-2/+2
2023-12-22hppa/ELF: fix .text/.data interaction with .previousJan Beulich1-4/+15
2023-12-22RISC-V: drop .bss overrideJan Beulich1-10/+0
2023-12-22x86-64: refuse "high" 8-bit regs with .insn and VEX/XOP/EVEX encodingsJan Beulich1-0/+10
2023-12-22x86: properly respect rex/{rex}Jan Beulich1-62/+71
2023-12-22LoongArch: Add support for the third expression of .align for R_LARCH_ALIGNmengqinggang2-8/+16
2023-12-19aarch64: Add FEAT_ITE supportAndrea Corallo1-0/+1
2023-12-19aarch64: Add FEAT_SPECRES2 supportAndrea Corallo1-0/+1
2023-12-19x86: Remove the restriction for size of the mask register in AVX10Haochen Jiang1-4/+5
2023-12-18LoongArch: Add new relocation R_LARCH_CALL36mengqinggang1-1/+5
2023-12-15aarch64: Enable Cortex-X3 CPUMatthieu Longo1-0/+2
2023-12-15x86: last-insn recording should be per-subsectionJan Beulich2-0/+38
2023-12-15ELF: reliably invoke md_elf_section_change_hook()Jan Beulich1-11/+18
2023-12-15ELF: drop "push" parameter from obj_elf_change_section()Jan Beulich9-24/+34
2023-12-15x86: don't needlessly override .bssJan Beulich1-8/+5
2023-12-15x86: fold assembly dialect attributesJan Beulich2-5/+5
2023-12-15x86: Intel syntax implies Intel mnemonicsJan Beulich2-5/+8
2023-12-15Arm64: fix build for certain gcc versionsJan Beulich1-3/+3