aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2021-04-21Adjust readelf's output so that section symbols without a name as shown with ...Nick Clifton34-133/+170
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot3-28/+107
2021-04-19Fix an assembler testuite failure when checking a toolchain configured with -...Nick Clifton2-0/+7
2021-04-19aarch64: New instructions for maintenance of GPT entries cached in a TLBPrzemyslaw Wirkus4-0/+18
2021-04-19aarch64: Add new data cache maintenance operationsPrzemyslaw Wirkus3-0/+11
2021-04-19gas: drop sprint_value()Jan Beulich7-30/+19
2021-04-16aarch64: Define RME system registersPrzemyslaw Wirkus6-0/+41
2021-04-16RISC-V: PR27436, make operand C> work the same as >.Nelson Chu8-3/+116
2021-04-16Update the ChangeLog, and add the missing entries.Nelson Chu1-2/+6
2021-04-16RISC-V: compress "addi d,CV,z" to "c.mv d,CV"Lifang Xia2-9/+9
2021-04-14Re: PR27723, Internal error in select_cie_for_fdeAlan Modra2-68/+67
2021-04-14PR27723, Internal error in select_cie_for_fdeAlan Modra2-0/+10
2021-04-13m68hc11 gas testsuite wartAlan Modra2-13/+15
2021-04-12Power10 bignum operandsAlan Modra6-70/+124
2021-04-12RISC-V: Support to parse the multi-letter prefix in the architecture string.Nelson Chu23-23/+59
2021-04-09AArch64: Fix Diagnostic messaging for LD/ST Exclusive.Tejas Belagod4-14/+53
2021-04-09PowerPC disassembly of pcrel referencesAlan Modra4-51/+57
2021-04-08PR27676, PowerPC missing extended dcbt, dcbtst mnemonicsAlan Modra6-4/+163
2021-04-07Fix pr27217 testcase failureAlan Modra2-3/+8
2021-04-06Fix a problem assembling AArch64 sources when a relocation is generated again...Nick Clifton4-140/+235
2021-04-06gas: missing (re-)initialization of local variable in fixup_segment()Jan Beulich2-1/+7
2021-04-05C99 gas configuryAlan Modra18-2013/+561
2021-04-01Remove strneq macro and use startswith.Martin Liska4-17/+23
2021-04-01Use startswith in gas subfolder.Martin Liska58-417/+540
2021-03-31Don't include bfd/sysdep.h for gas filesAlan Modra5-7/+11
2021-03-31Use bool in gasAlan Modra133-4237/+4275
2021-03-31Remove bfd_stdint.hAlan Modra5-4/+10
2021-03-30x86: drop seg_entryJan Beulich3-45/+46
2021-03-30x86: drop REGNAM_{AL,AX,EAX}Jan Beulich3-3/+17
2021-03-30x86: adjust st(<N>) parsingJan Beulich2-6/+29
2021-03-30x86: integrate rc_op into struct _i386_insnJan Beulich2-43/+50
2021-03-30x86: integrate broadcast_op into struct _i386_insnJan Beulich2-43/+52
2021-03-30x86: integrate mask_op into struct _i386_insnJan Beulich2-55/+69
2021-03-30x86: make swap_2_operands() have unsigned parametersJan Beulich2-12/+25
2021-03-29x86: VPSADBW's source operands are also commutativeJan Beulich4-2/+10
2021-03-29x86: derive opcode encoding space attribute from base opcodeJan Beulich3-120/+173
2021-03-29TRUE/FALSE simplificationAlan Modra17-82/+59
2021-03-29gas int vs bfd_boolean fixesAlan Modra7-65/+83
2021-03-26x86-64: don't accept supposedly disabled MOVQ formsJan Beulich4-0/+31
2021-03-25[NIOS2] Fix disassembly of br.n instruction.Hafiz Abid Qadeer3-0/+19
2021-03-25x86: fix CMPXCHG8B special case when disallowing q suffix outside of 64-bit modeJan Beulich2-1/+5
2021-03-25x86: flag bad S/G insn operand combinationsJan Beulich12-176/+90
2021-03-25x86: flag as bad AVX512 insns with EVEX.z set but EVEX.aaa clearJan Beulich3-1/+11
2021-03-25x86: fix AMD Zen3 insnsJan Beulich8-28/+97
2021-03-25x86-64: limit breakage from gcc movdir64b et al workaroundJan Beulich16-35/+178
2021-03-25PR27647 PowerPC extended conditional branch mnemonicsAlan Modra3-8/+14
2021-03-24x86: derive opcode length from opcode valueJan Beulich2-16/+46
2021-03-24x86: derive mandatory prefix attribute from base opcodeJan Beulich3-73/+63
2021-03-24x86: don't use opcode_length to identify pseudo prefixesJan Beulich2-2/+8
2021-03-23x86: re-number PREFIX_0X<nn>Jan Beulich2-1/+5