summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* PR11601, Solaris assembler compatibility doesn't workAlan Modra2023-05-182-1/+5
* gcc-4.5 build fixesAlan Modra2023-05-171-1/+1
* PR28955 mips gas segfaultAlan Modra2023-05-131-2/+4
* x86: slightly simplify i386_parse_name()Jan Beulich2023-05-121-7/+2
* gas: equates of registersJan Beulich2023-05-1222-4/+64
* gas: documents .gnu_attribute Tag_GNU_MIPS_ABI_MSAYunQiang Su2023-05-061-0/+11
* RISC-V: tighten post-relocation-operator separator expectationJan Beulich2023-05-043-1/+8
* gas: fix building tc-bpf.c on s390xIlya Leoshkevich2023-05-041-2/+4
* MIPS: revert "default r6 if vendor is img"YunQiang Su2023-05-042-18/+0
* Remove unused args from bfd_make_debug_symbolAlan Modra2023-05-031-1/+1
* Generated docs and include filesAlan Modra2023-05-031-0/+2
* x86/Intel: reduce ELF/PE conditional scope in x86_cons()Jan Beulich2023-04-281-6/+4
* gas: move shift count checkJan Beulich2023-04-281-14/+14
* x86: rework AMX multiplication insn disassemblyJan Beulich2023-04-281-1/+1
* gas: bpf: fix tests for pseudo-c syntaxJose E. Marchesi2023-04-2736-392/+489
* RISC-V: Support XVentanaCondOps extensionPhilipp Tomsich2023-04-263-0/+22
* gas: documentation for the BPF pseudo-c asm syntaxJose E. Marchesi2023-04-262-6/+201
* gas: BPF pseudo-c syntax testsGuillermo E. Martinez2023-04-2631-5/+880
* gas: support for the BPF pseudo-c assembly syntaxGuillermo E. Martinez2023-04-263-4/+1551
* Avoid another -Werror=dangling-pointerAlan Modra2023-04-261-2/+3
* RISC-V: adjust logic to avoid register name symbolsJan Beulich2023-04-252-27/+98
* RISC-V: test for expected / no unexpected symbolsJan Beulich2023-04-253-0/+22
* RISC-V: don't recognize bogus relocationsJan Beulich2023-04-251-2/+1
* RISC-V: avoid redundant and misleading/wrong error messagesJan Beulich2023-04-252-1/+9
* RISC-V: drop "percent_op" parameter from my_getOpcodeExpression()Jan Beulich2023-04-251-4/+4
* RISC-V: minor effort reduction in relocation specifier parsingJan Beulich2023-04-251-16/+16
* MIPS: fix loongson3 llsc workaroundYunQiang Su2023-04-231-7/+3
* MIPS: default output r6 obj if the triple is r6YunQiang Su2023-04-232-0/+18
* MIPS: support mips*64 as CPU and gnuabi64 as ABIYunQiang Su2023-04-232-2/+8
* LoongArch: Fix loongarch32 test failsmengqinggang2023-04-231-7/+7
* x86: adjust an ILP32 testcase using .insnJan Beulich2023-04-201-1/+1
* gas: sframe: fix commentIndu Bhagat2023-04-191-1/+1
* gas: sframe: use ATTRIBUTE_UNUSED consistentlyIndu Bhagat2023-04-191-3/+3
* gas: document that get_symbol_name() can clobber the input bufferJan Beulich2023-04-191-5/+10
* x86: parse_register() must not alter the parsed stringJan Beulich2023-04-191-13/+9
* x86: parse_real_register() does not alter the parsed stringJan Beulich2023-04-191-4/+4
* Symbols with GOT relocatios do not fix adjustbalemengqinggang2023-04-184-69/+91
* Assembler Internal Docs: Describe handling of opcodes for relaxation a bit be...Thomas Koenig2023-04-182-3/+10
* arc: Update ARC's CFI tests.Claudiu Zissulescu2023-04-133-11/+16
* arc: Update GAS testClaudiu Zissulescu2023-04-133-8/+5
* Fail of x86_64 AMX-COMPLEX insns (Intel disassembly)Alan Modra2023-04-121-0/+1
* Comment typo fixAlan Modra2023-04-121-1/+1
* x86: Add inval tests for AMX instructionsHaochen Jiang2023-04-107-8/+60
* Support Intel AMX-COMPLEXHaochen Jiang2023-04-0711-1/+104
* gas/write.c use better typesAlan Modra2023-04-061-3/+3
* opcodes/arm: adjust whitespace in cpsie instructionAndrew Burgess2023-04-032-4/+4
* ubsan: aarch64 parse_vector_reg_listAlan Modra2023-04-031-4/+4
* RISC-V: Allocate "various" operand typeTsukasa OI2023-03-311-17/+47
* x86: convert testcases to use .insnJan Beulich2023-03-3139-523/+346
* x86: document .insnJan Beulich2023-03-312-0/+133