aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2026-04-27LoongArch: Enforce 4-byte align for machine instructionsinsn-4-byte-alignzhaozhou1-0/+5
2026-04-20x86/Intel: make PC-relative expressions work (again?)Jan Beulich1-8/+99
2026-04-20x86/Intel: don't modify equates' expressionsJan Beulich2-41/+94
2026-04-20tc-i386.c s_insn and input_line_pointerAlan Modra1-0/+1
2026-04-17x86/AT&T: properly reject effectively absent memory operandsJan Beulich1-1/+1
2026-04-17x86: refine special casing of insns with MSR as immediateJan Beulich1-6/+5
2026-04-10x86/AT&T: make GOT-relative expressions workJan Beulich1-1/+14
2026-04-09aarch64: Remove constraints on sysp operandsAlice Carlotti1-17/+1
2026-04-09aarch64: Add support for %dtprel(var) and R_AARCH64_TLS_DTPREL64Shivam Gupta1-0/+37
2026-04-09bfd/ELF: fold BFD_RELOC_<arch>_PCREL*Jan Beulich7-21/+22
2026-04-09bfd/ELF: fold BFD_RELOC_<arch>_GOTPC*Jan Beulich8-27/+29
2026-04-09bfd/s390+sh: don't abuse BFD_RELOC_32_GOT_PCRELJan Beulich3-10/+10
2026-04-09bfd/ELF: fold BFD_RELOC_<arch>_GOTOFF*Jan Beulich8-38/+38
2026-04-04PR 34036 looping in symbol_equated_p chainsAlan Modra2-11/+10
2026-04-02PR 34029: bpf: add %dR/%sR register format specifiersVineet Gupta1-4/+12
2026-04-02bpf: consolidate register format specifier handling [NFC]Vineet Gupta1-42/+8
2026-04-02bpf: print failing insn for unexpected registerVineet Gupta1-2/+4
2026-03-29gas: Internal error in obj_elf_get_vtable_inheritAlan Modra1-4/+6
2026-03-27bfd/mcore: drop BFD_RELOC_MCORE_{PCREL_32,RVA}Jan Beulich1-1/+1
2026-03-15gas: pru: Add flag to select core revisionDimitar Dimitrov1-2/+47
2026-03-10gas: don't duplicate include of config.hAlan Modra4-4/+0
2026-03-07Remove bfd_boolean from gas and gprofngAlan Modra3-37/+37
2026-03-06gas: pru: Add TSEN and MVI instructionsDimitar Dimitrov1-0/+109
2026-03-05gas: only free on exit when --enable-leak-checkAlan Modra9-3/+18
2026-03-05Delete rx and rl78 md_endAlan Modra4-16/+0
2026-03-03aarch64 gas: use bool return type for sub-option parsingMatthieu Longo1-17/+17
2026-02-27PPC: improve handling of improper "kind-of-register" operandsJan Beulich1-7/+23
2026-02-27PPC: ignore rest of line after earlier errorJan Beulich1-4/+7
2026-02-21PR 33917 Internal error in S_SET_SEGMENTAlan Modra1-14/+1
2026-02-20gas/z80: adjust .assume handlingJan Beulich1-5/+7
2026-02-06gas: drop pointless tc_fix_adjustable()Jan Beulich2-14/+0
2026-01-26obj_attr_v2_record: simplify logic when an attribute already existsMatthieu Longo1-6/+1
2026-01-26bfd/ELF: fix BFD library build --enable-sharedMatthieu Longo1-5/+5
2026-01-24gas: aarch64: i386: s390: sframe: adjust sframe_ra_tracking_pIndu Bhagat6-33/+7
2026-01-24aarch64: Fix sme2p3 and f16f32dot feature dependenciesAlice Carlotti1-2/+2
2026-01-24aarch64: Add -march=armv9.7-a optionAlice Carlotti1-0/+1
2026-01-24aarch64: Enable TLBIP instructions with tlbid optionSrinath Parvathaneni1-1/+7
2026-01-24aarch64: Add support for FEAT_TLBID featureSrinath Parvathaneni1-1/+11
2026-01-23fix build failures due to incorrect format specifier for uint64_tMatthieu Longo1-7/+10
2026-01-22gnu directives: add support for .gnu_attribute and .gnu_subsection in OAv2 co...Matthieu Longo3-0/+40
2026-01-22gas: use common code for object attribute v1 & v2 parsingMatthieu Longo8-129/+6
2026-01-22gas: implement parsing of object attributes v2Richard Ball17-28/+1201
2026-01-22Object Attributes v2: new abstractions for subsections and attributesRichard Ball1-0/+5
2026-01-21aarch64: s390: x86_64: sframe: adjust flex fde hook implementationIndu Bhagat6-29/+3
2026-01-21aarch64: Add bigobj support to AArch64 COFFEvgeny Karpov1-1/+21
2026-01-20s390: gas: Remove support for register names "ap" and "cc" in CFI directivesJens Remus1-4/+0
2026-01-20s390: gas: Support access register names in CFI directivesJens Remus1-1/+5
2026-01-20s390: gas: Support vector register names in CFI directivesJens Remus1-5/+7
2026-01-20s390: gas: Fix conversion of FP register names to DWARF register numbersJens Remus1-1/+11
2026-01-19PPC: permit %dm0 as insn operandJan Beulich1-1/+2