aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2023-01-20Add OpenBSD ARM GAS support.Frederic Cambus2-1/+5
2023-01-20x86: avoid strcmp() in a few placesJan Beulich1-11/+11
2023-01-20x86: move insn mnemonics to a separate tableJan Beulich3-3/+4
2023-01-20x86: abstract out obtaining of a template's mnemonicJan Beulich2-75/+79
2023-01-19Reinitialise macro_nestAlan Modra1-0/+1
2023-01-17gas: arm: Change warning message to not reference specific A-class architectu...Stam Markianos-Wright5-224/+224
2023-01-17gas: arm: Fix a further IT-predicated vcvt issue in the presense of MVE vcvtnStam Markianos-Wright5-12/+82
2023-01-16Tidy gas/expr.c static stateAlan Modra7-107/+123
2023-01-16PR29991, MicroMIPS flag erased after align directivesAlan Modra5-0/+35
2023-01-16Updated translations for the gas and binutils sub-directoriesNick Clifton2-2648/+2844
2023-01-12Use __func__ rather than __FUNCTION__Alan Modra3-14/+14
2023-01-11gas/RISC-V: adjust assembler for opcode table re-orderingJan Beulich1-0/+11
2023-01-11Tidy some global bfd state used by gasAlan Modra1-0/+2
2023-01-11now_seg after closing output fileAlan Modra1-0/+2
2023-01-10gas: Restore tc_pe_dwarf2_emit_offset for pe-aarch64Mark Harmstone2-0/+16
2023-01-10Add aarch64-w64-mingw32 targetMark Harmstone2-2/+2
2023-01-10Add .secrel32 for pe-aarch64Mark Harmstone2-19/+60
2023-01-10Add pe-aarch64 relocationsMark Harmstone3-21/+395
2023-01-06sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constantsIndu Bhagat1-6/+6
2023-01-03Fix a translation problem in the x86 assembler.Nick Clifton2-7/+25
2023-01-03Updated translations for various languages and sub-directoriesNick Clifton3-5281/+5672
2023-01-02obsolete target tidyAlan Modra13-42/+9
2023-01-01Update year range in copyright notice of binutils filesAlan Modra578-582/+582
2022-12-31Update version number and regenerate filesNick Clifton2-2619/+2800
2022-12-31Add markers for 2.40 branchNick Clifton2-0/+6
2022-12-30PR29948, heap-buffer-overflow in display_debug_lines_decodedAlan Modra1-2/+2
2022-12-29RISC-V: Simplify riscv_csr_address logic on state enable extensionsTsukasa OI1-7/+9
2022-12-27RISC-V: Fix T-Head Fmv vendor extension encodingChristoph Müllner1-2/+2
2022-12-23RISC-V: Relax the order checking for the architecture stringNelson Chu7-14/+8
2022-12-22gas: sframe: testsuite: add testcase for .cfi_b_key_frameIndu Bhagat3-0/+64
2022-12-22gas: sframe: add support for .cfi_b_key_frameIndu Bhagat3-5/+26
2022-12-22gas: re-arrange listing output for .irp and alikeJan Beulich2-14/+14
2022-12-22x86: correct/improve TSX controlsJan Beulich2-4/+6
2022-12-22x86: add dependencies on SVMEJan Beulich1-4/+4
2022-12-22x86: add dependencies on VMXJan Beulich1-3/+3
2022-12-22x86: correct dependencies of a few AVX512 sub-featuresJan Beulich1-6/+6
2022-12-22x86: rework noavx512-1 testcaseJan Beulich3-587/+415
2022-12-22x86: add dependencies on AVX2Jan Beulich1-2/+2
2022-12-22x86: correct SSE dependenciesJan Beulich1-4/+4
2022-12-22x86: correct what gets disabled by certain ".arch .no*"Jan Beulich1-18/+18
2022-12-22x86: re-work ISA extension dependency handlingJan Beulich1-27/+27
2022-12-21x86: rename CheckRegSize to CheckOperandSizeJan Beulich1-2/+2
2022-12-19Arm: break gas dependency on libopcodesJan Beulich2-2/+2
2022-12-16gas: sframe: testsuite: add testcase for .cfi_negate_ra_stateIndu Bhagat3-0/+39
2022-12-16gas: sframe: add support for .cfi_negate_ra_stateIndu Bhagat5-41/+39
2022-12-16gas: restore Dwarf info generation after macro diagnostic adjustmentsJan Beulich6-5/+29
2022-12-14RISC-V: Add string length check for operands in ASLi Xu4-1/+9
2022-12-14x86: adjust type checking constructsJan Beulich1-2/+2
2022-12-13gas: re-work line number tracking for macros and their expansionsJan Beulich62-2592/+9757
2022-12-13Arm: avoid unhelpful uses of .macro in testsuiteJan Beulich141-2306/+2237