aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2023-02-02[gas] Update .loc syntax comment in dwarf2dbg.cTom de Vries1-1/+1
2023-02-02gas: use "stack trace" instead of "unwind" for SFrameIndu Bhagat11-33/+35
2023-02-02obj-elf.h BYTES_IN_WORDAlan Modra1-1/+0
2023-02-02gas obj_endAlan Modra8-28/+69
2023-02-01Fix compilation of the assembler with sanitization enabled.Nick Clifton2-2/+7
2023-02-01Recursion in as_info_whereAlan Modra1-2/+0
2023-02-01[gas] Emit v2 .debug_line for -gdwarf-2Tom de Vries4-24/+26
2023-01-31gas/ppc: Additional tests for DFP instructionsAndrew Burgess3-0/+186
2023-01-31RISC-V: make C-extension JAL available again for (32-bit) assemblyJan Beulich4-0/+53
2023-01-27x86: move reg_operands adjustmentJan Beulich1-13/+10
2023-01-27x86: drop dead SSE2AVX-related codeJan Beulich1-22/+8
2023-01-27x86: use ModR/M for FPU insns with operandsJan Beulich1-22/+34
2023-01-27x86/Intel: improve special casing of certain insnsJan Beulich1-21/+15
2023-01-27Call bfd_close_all_done in output_file_closeAlan Modra1-1/+1
2023-01-27gas macro memory leaksAlan Modra4-52/+45
2023-01-27gas/testsuite: Add -gcodeview test for aarch64-w64-mingw32Mark Harmstone4-0/+350
2023-01-27gas: Add CodeView constant for aarch64Mark Harmstone2-6/+14
2023-01-27Free gas/dwarf2dbg.c dirsAlan Modra1-0/+2
2023-01-27Sanity check dwarf5 form of .fileAlan Modra1-0/+2
2023-01-27resolve gas shift expressions with large exponents to zeroAlan Modra1-2/+12
2023-01-23Add support for secidx relocations to aarch64-w64-mingw32Mark Harmstone1-0/+26
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