aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2021-08-11Fix a typo in the RX asse,bler. The Double-precision floating-point exceptio...Darius Galis1-1/+1
2021-08-11Fix an internal error in the CSKY assembler when asked to resolve an overlarg...Nick Clifton1-1/+2
2021-08-11Add a -mno-dollar-line-separator command line option to the AVR assembler.Matt Jacobson2-3/+16
2021-08-11Fix typo in previous deltaNick Clifton1-2/+2
2021-08-11gas: fold IEEE encoding of -Inf with that of +InfJan Beulich1-42/+3
2021-08-11gas: support NaN flavorsJan Beulich2-17/+34
2021-08-11Arm64: leave .bfloat16 processing to common codeJan Beulich1-49/+1
2021-08-11Arm32: leave more .bfloat16 processing to common codeJan Beulich1-46/+3
2021-08-11x86: introduce .bfloat16 directiveJan Beulich2-5/+18
2021-08-11x86: introduce .hfloat directiveJan Beulich1-1/+2
2021-08-11x86/ELF: fix .ds.x outputJan Beulich1-0/+1
2021-08-11x86/ELF: fix .tfloat outputJan Beulich3-2/+29
2021-08-05[PATCH 1/2] Enable Intel AVX512_FP16 instructionsCui,Lili1-3/+42
2021-08-04gas: correctly output XCOFF tbss symbols with XTY_CM type.Clément Chigot1-1/+2
2021-08-04gas: always add dummy symbols when creating XCOFF sections.Clément Chigot1-17/+11
2021-07-30gas: ensure XCOFF DWARF subsection are initialized to 0Clément Chigot1-1/+1
2021-07-29gas: improve C_BSTAT and C_STSYM symbols handling on XCOFFClément Chigot2-2/+7
2021-07-28x86: Simplify check for distinct TMM register operandsH.J. Lu1-15/+10
2021-07-28PowerPC: ignore sticky options for .machineAlan Modra1-4/+16
2021-07-26PATCH [10/10] arm: Alias 'ra_auth_code' to r12 for pacbti.Andrea Corallo1-0/+3
2021-07-26PATCH [9/10] arm: add 'pacg' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+14
2021-07-26PATCH [8/10] arm: add 'autg' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+2
2021-07-26PATCH [7/10] arm: add 'bxaut' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+14
2021-07-26PATCH [6/10] arm: Add -march=armv8.1-m.main+pacbti flagAndrea Corallo1-0/+4
2021-07-26PATCH [4/10] arm: add 'pac' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+2
2021-07-26PATCH [3/10] arm: add 'aut' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+2
2021-07-26PATCH [2/10] arm: add 'pacbti' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+22
2021-07-26PATCH [1/10] arm: add 'bti' instruction for Armv8.1-M pacbti extensionAndrea Corallo1-0/+1
2021-07-21as_bad_subtractAlan Modra28-80/+47
2021-07-14gas: default TC_VALIDATE_FIX_SUB to 0Alan Modra4-2/+16
2021-07-14objdump: add DWARF support for AIXClément Chigot1-1/+1
2021-07-12Add the SEC_ELF_OCTETS flag to debug sections created by the assembler.Tucker1-0/+16
2021-07-07Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton1-4/+15
2021-07-06PR 28053: Fix spelling mistakes: usupported -> unsupported and relocatation -...Yuri Chornoivan1-1/+1
2021-07-02Re: Fix minor NDS32 renaming snafuAlan Modra1-2/+1
2021-07-02Fix minor NDS32 renaming snafu.Nick Clifton1-2/+2
2021-07-01opcodes: constify & scope microblaze opcodesMike Frysinger1-2/+2
2021-07-01opcodes: constify aarch64_opcode_tablesMike Frysinger1-3/+3
2021-06-24gas: update csect alignment for PPC prefixed instructions on XCOFFClément Chigot1-0/+5
2021-06-22picojava assembler and disassembler fixesAlan Modra1-4/+1
2021-06-19ubsan errors when 32-bit bfdAlan Modra1-3/+3
2021-06-17Fix an assertion failure in the AArch64 assembler triggered by incorrect inst...Nick Clifton1-3/+12
2021-06-17gas: handle csect in bss section for XCOFFClément Chigot1-3/+7
2021-06-17gas: ensure sections contents is zero for BFD_RELOC_PPC*_TLSM on XCOFF.Clément Chigot1-5/+12
2021-06-15x86: bring "gas --help" output for --32 etc in sync with realityJan Beulich1-3/+7
2021-06-15x86: simplify .dispNN settingJan Beulich1-51/+17
2021-06-15x86: slightly simplify offset_in_range()Jan Beulich1-2/+2
2021-06-15x86: harmonize disp with imm handlingJan Beulich1-23/+28
2021-06-15x86: make offset_in_range()'s warning contents useful (again)Jan Beulich1-6/+2
2021-06-15x86: off-by-1 in offset_in_range()Jan Beulich1-1/+1