aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2021-05-03RISC-V: PR27764, Add tests for A extensionJim Wilson1-0/+8
2021-05-03RISC-V: PR27764, Add tests for A extensionChristoph Muellner4-0/+550
2021-05-03x86: allow @secrel32 also in data definitionsJan Beulich4-7/+22
2021-05-03x86: use UNIX EOL in secrel testcaseJan Beulich3-125/+130
2021-05-03x86: fold both instances of lex_got()Jan Beulich2-106/+14
2021-05-03testsuite: Don't start directives in first columnAlan Modra3-14/+20
2021-04-29x86-64: adjust recently added testsJan Beulich6-15/+26
2021-04-29x86: relax when/how @size can be usedJan Beulich7-9/+138
2021-04-29x86: allow @size to also (sensibly) apply to sectionsJan Beulich5-7/+36
2021-04-28x86: honor signedness of PC-relative relocationsJan Beulich11-18/+211
2021-04-27x86: Add () to silence GCC 5H.J. Lu2-1/+7
2021-04-26x86: add IS_ELF to check whether to resolve @size relocJan Beulich2-1/+7
2021-04-26x86: limit 32-bit @size overflow checks to 64-bit objectsJan Beulich2-0/+6
2021-04-26x86: optimize LEAJan Beulich13-8/+569
2021-04-26x86-64: have value properly checked when resolving fixupJan Beulich5-1/+65
2021-04-23Fix type of .persistent.bss sectionEric Botcazou4-2/+17
2021-04-23Allow .seh_pushframe to take an optional [code] parameterJ?r?me Gardou2-1/+25
2021-04-23x86-64: special case LEA when determining signedness of displacementJan Beulich2-8/+24
2021-04-23x86-64: defer 32-bit signed displacement checkJan Beulich2-19/+34
2021-04-23x86: re-order optimize_disp()Jan Beulich2-16/+23
2021-04-23x86: don't truncate values in diagnostics and alikeJan Beulich2-4/+9
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