aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Add code to display the contents of .debug_loclists sections which contain of...Nick Clifton2-1/+6
2022-04-04gas: copy st_size only if unsetFangrui Song4-14/+48
2022-03-31aarch64: Relax check for RNG system registersRichard Sandiford2-0/+13
2022-03-29gas/Dwarf: special-case .linefile only for macrosJan Beulich3-1/+29
2022-03-29RISC-V: correct FCVT.Q.L[U]Jan Beulich1-2/+2
2022-03-29asan: heap buffer overflow in pa_chk_field_selectorAlan Modra1-16/+29
2022-03-25libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock1-7/+13
2022-03-25Re: gas/Dwarf: improve debug info generation from .irp and alike blocksAlan Modra1-2/+2
2022-03-24x86: mention dropped L1OM/K1OM support in ld/ as wellJan Beulich1-2/+0
2022-03-23x86: reject relocations involving registersJan Beulich2-0/+17
2022-03-23x86: improve resolution of register equatesJan Beulich4-2/+29
2022-03-23Revert "PR28977 tc-i386.c internal error in parse_register"Jan Beulich1-10/+9
2022-03-23x86: don't attempt to resolve equates and alike from i386_parse_name()Jan Beulich5-2/+39
2022-03-23gas/Dwarf5: re-use file 0 line string table entry when faking file 0Jan Beulich1-2/+10
2022-03-23gas/Dwarf5: adjust .debug_line file 0 checkingJan Beulich1-11/+10
2022-03-23gas/Dwarf5: drop dead codeJan Beulich1-11/+3
2022-03-23gas/Dwarf: improve debug info generation from .irp and alike blocksJan Beulich4-5/+116
2022-03-23ELF32: don't silently truncate relocation addendsJan Beulich6-9/+23
2022-03-23gas: retain whitespace between stringsJan Beulich5-3/+67
2022-03-21x86: don't suppress overflow diagnostics in x32 modeJan Beulich3-1/+30
2022-03-21z80 assembler: Fix new unexpected overflow warning in v2.37Nick Clifton4-1/+40
2022-03-20RISC-V: Fix misplaced @end tableAndreas Schwab1-1/+1
2022-03-20PR28979, internal error in demand_empty_rest_of_lineAlan Modra1-6/+14
2022-03-20gas:LoongArch: Fix "make check" pr21884 fail in LoongArch32.liuzhensong2-0/+9
2022-03-20LoongArch: Update ABI eflag in elf header.liuzhensong1-26/+20
2022-03-20gas:LoongArch: Fix wrong line number in .debug_lineliuzhensong1-2/+2
2022-03-20gas:LoongArch: Fix segment error in compilation due to too long symbol name.liuzhensong1-2/+6
2022-03-20LoongArch: Use functions instead of magic numbers.liuzhensong1-104/+28
2022-03-18x86: also fold remaining multi-vector-size shift insnsJan Beulich1-7/+9
2022-03-18x86: fold certain AVX2 templates into their AVX counterpartsJan Beulich1-0/+23
2022-03-18RISC-V: Cache management instructionsTsukasa OI10-0/+70
2022-03-18RISC-V: Prefetch hint instructions and operand setTsukasa OI6-0/+45
2022-03-18PR28977 tc-i386.c internal error in parse_registerAlan Modra1-9/+10
2022-03-18Tidy gas current_frame before exitAlan Modra1-0/+1
2022-03-18ubsan: logical_input_line signed integer overflowAlan Modra1-8/+8
2022-03-17asan: use of uninitialized value in buffer_and_nestAlan Modra1-6/+7
2022-03-17asan: buffer overflows after calling ignore_rest_of_lineAlan Modra2-12/+4
2022-03-17x86: don't accept base architectures as extensionsJan Beulich4-1/+5
2022-03-17x86: add another IAMCU testcaseJan Beulich2-2/+7
2022-03-17x86: drop L1OM/K1OM support from gasJan Beulich11-607/+10
2022-03-17x86: assorted IAMCU CPU checking fixesJan Beulich4-4/+10
2022-03-16Delete PowerPC macro insn supportAlan Modra1-111/+3
2022-03-16PowerPC VLE extended instructions in powerpc_macrosAlan Modra1-5/+5
2022-03-16PowerPC32 extended instructions in powerpc_macrosAlan Modra2-17/+17
2022-03-16PowerPC64 extended instructions in powerpc_macrosAlan Modra3-16/+16
2022-03-09Constant fold view increment expressionsAlan Modra2-6/+14
2022-03-09Reduce duplicated symbol_clone_if_forward_ref workAlan Modra1-3/+8
2022-03-04RISC-V: make .insn actually work for 64-bit insnsJan Beulich3-1/+9
2022-03-04x86: drop redundant x86-64-code16-2 testJan Beulich2-5/+0
2022-02-23RISC-V: PR28733, add missing extension info to 'unrecognized opcode' errorPatrick O'Neill3-36/+69