aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2021-05-03x86: allow @secrel32 also in data definitionsJan Beulich1-1/+2
2021-05-03x86: fold both instances of lex_got()Jan Beulich1-106/+9
2021-04-29x86: relax when/how @size can be usedJan Beulich2-9/+47
2021-04-29x86: allow @size to also (sensibly) apply to sectionsJan Beulich1-1/+5
2021-04-28x86: honor signedness of PC-relative relocationsJan Beulich1-18/+46
2021-04-27x86: Add () to silence GCC 5H.J. Lu1-1/+3
2021-04-26x86: add IS_ELF to check whether to resolve @size relocJan Beulich1-1/+2
2021-04-26x86: limit 32-bit @size overflow checks to 64-bit objectsJan Beulich1-0/+1
2021-04-26x86: optimize LEAJan Beulich1-1/+141
2021-04-26x86-64: have value properly checked when resolving fixupJan Beulich1-1/+12
2021-04-23Allow .seh_pushframe to take an optional [code] parameterJ?r?me Gardou1-1/+20
2021-04-23x86-64: special case LEA when determining signedness of displacementJan Beulich1-8/+17
2021-04-23x86-64: defer 32-bit signed displacement checkJan Beulich1-19/+28
2021-04-23x86: re-order optimize_disp()Jan Beulich1-16/+18
2021-04-23x86: don't truncate values in diagnostics and alikeJan Beulich1-4/+4
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot2-28/+93
2021-04-19gas: drop sprint_value()Jan Beulich2-3/+3
2021-04-16RISC-V: PR27436, make operand C> work the same as >.Nelson Chu1-3/+2
2021-04-12Power10 bignum operandsAlan Modra1-36/+48
2021-04-09AArch64: Fix Diagnostic messaging for LD/ST Exclusive.Tejas Belagod1-8/+39
2021-04-06Fix a problem assembling AArch64 sources when a relocation is generated again...Nick Clifton1-140/+180
2021-04-05C99 gas configuryAlan Modra5-19/+1
2021-04-01Remove strneq macro and use startswith.Martin Liska3-17/+15
2021-04-01Use startswith in gas subfolder.Martin Liska49-383/+368
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