aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2021-03-31Don't include bfd/sysdep.h for gas filesAlan Modra2-4/+2
2021-03-31Use bool in gasAlan Modra114-4115/+4105
2021-03-31Remove bfd_stdint.hAlan Modra4-4/+4
2021-03-30x86: drop seg_entryJan Beulich2-45/+31
2021-03-30x86: drop REGNAM_{AL,AX,EAX}Jan Beulich2-3/+9
2021-03-30x86: adjust st(<N>) parsingJan Beulich1-6/+22
2021-03-30x86: integrate rc_op into struct _i386_insnJan Beulich1-43/+36
2021-03-30x86: integrate broadcast_op into struct _i386_insnJan Beulich1-43/+38
2021-03-30x86: integrate mask_op into struct _i386_insnJan Beulich1-55/+55
2021-03-30x86: make swap_2_operands() have unsigned parametersJan Beulich1-12/+12
2021-03-29x86: derive opcode encoding space attribute from base opcodeJan Beulich2-120/+150
2021-03-29TRUE/FALSE simplificationAlan Modra15-75/+37
2021-03-29gas int vs bfd_boolean fixesAlan Modra6-65/+63
2021-03-25x86: fix CMPXCHG8B special case when disallowing q suffix outside of 64-bit modeJan Beulich1-1/+1
2021-03-25x86: fix AMD Zen3 insnsJan Beulich1-5/+7
2021-03-25x86-64: limit breakage from gcc movdir64b et al workaroundJan Beulich1-2/+7
2021-03-24x86: derive opcode length from opcode valueJan Beulich1-16/+34
2021-03-24x86: derive mandatory prefix attribute from base opcodeJan Beulich2-73/+48
2021-03-24x86: don't use opcode_length to identify pseudo prefixesJan Beulich1-2/+3
2021-03-23x86: re-number PREFIX_0X<nn>Jan Beulich1-1/+1
2021-03-23x86: split opcode prefix and opcode space representationJan Beulich1-48/+26
2021-03-23x86: don't open-code PREFIX_NONEJan Beulich1-11/+6
2021-03-23x86: unbreak certain MPX insn operand formsJan Beulich2-9/+17
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2-5/+5
2021-03-182021-03-18 Christian Groessler <chris@groessler.org>Christian Groessler1-16/+26
2021-03-16RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructionsKuan-Lin Chen1-0/+13
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot2-45/+203
2021-03-12aix: implement R_TOCU and R_TOCL relocationsClément Chigot1-8/+145
2021-03-09x86: fold some prefix related attributes into a single oneJan Beulich1-9/+12
2021-02-26Correct an error message in the ARM assembler.Nick Clifton1-1/+1
2021-02-24PR23691, gas .y files vs. automatic make dependenciesAlan Modra2-2/+2
2021-02-19Fix compile time warnings when building riscv assembler.Nick Clifton1-3/+3
2021-02-19RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn.Nelson Chu1-89/+92
2021-02-18RISC-V: Add bfd/cpu-riscv.h to support all spec versions controlling.Nelson Chu1-24/+113
2021-02-16gas: Allow SHF_GNU_RETAIN on all sectionsH.J. Lu1-6/+12
2021-02-16x86: honor template rather than actual operands when updating i.xstateJan Beulich1-5/+5
2021-02-16x86: record register use for SIMD insns without respective explicit operandsJan Beulich1-0/+12
2021-02-15IBM Z: Implement instruction set extensionsAndreas Krebbel1-0/+2
2021-02-09Remove arm-symbianelfAlan Modra2-27/+1
2021-02-08opcodes: tic54x: namespace exported variablesMike Frysinger1-14/+14
2021-02-04RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.Nelson Chu1-10/+0
2021-02-01PR27283 gas for alpha fails to build with gcc 11Alan Modra1-1/+1
2021-01-26nios2: Don't disable relaxation with --gdwarf-NH.J. Lu1-4/+0
2021-01-18PR27198, segv in S_IS_WEAKAlan Modra1-0/+3
2021-01-15RISC-V: Indent and GNU coding standards tidy, also aligned the code.Nelson Chu2-59/+55
2021-01-15RISC-V: Error and warning messages tidy.Nelson Chu1-58/+66
2021-01-15RISC-V: Comments tidy and improvement.Nelson Chu1-161/+130
2021-01-14gas: make [248]byte directives available everywhereMike Frysinger1-4/+0
2021-01-14gas: bfin: fix build time warningsMike Frysinger1-1/+4
2021-01-13x86: Don't generate GOT_symbol for PLT relocationsH.J. Lu1-19/+20