aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2021-05-27nds32: __builtin_strncpy bound equals destination sizeAlan Modra2-8/+14
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu6-18/+80
2021-05-26i386: Replace movsb with movsxbSebastien Villemot2-1/+7
2021-05-26RISC-V: Allow to link the objects with unknown prefixed extensions.Nelson Chu2-0/+6
2021-05-25Arm: Fix forward thumb references [PR gas/25235]Tamar Christina4-1/+72
2021-05-24RISC-V: PR25212, Report errors for invalid march and mabi combinations.Nelson Chu27-16/+72
2021-05-22Re: Fix offset for ia64 PCREL60B relocation on HP-UXAlan Modra3-3/+17
2021-05-20Fix overflow detection in the Z80 assembler.Sergey Belyashov5-200/+227
2021-05-20PR27888, fix link of gas with zlib by libtool 2.4.6Nicolas Boulenguez3-2/+11
2021-05-19Fix offset for ia64 PCREL60B relocation on HP-UXJohn David Anglin1-1/+10
2021-05-17arm: Fix bugs with MVE vmov from two GPRs to vector lanesAlex Coplan5-3/+340
2021-05-12SAFE_BYTE_GET64Alan Modra3-3/+8
2021-05-11Report illegal Z80 load instructions.Sergey Belyashov5-0/+95
2021-05-10Add support for 8-bit and 24-bit shifts in the z80 assembler.Sergey Belyashov4-2/+35
2021-05-08support generating multi-html pages in parallelMike Frysinger3-2/+17
2021-05-08generate single html manual page by defaultMike Frysinger3-2/+9
2021-05-07Add a generic .bss directive for ELF based targets.Nick Clifton4-14/+65
2021-05-07Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X...Cl?ment Chigot11-5/+217
2021-05-07x86-64/ELF: clear src_mask for all reloc typesJan Beulich4-0/+33
2021-05-07x86: don't mix disp and imm processingJan Beulich2-1/+6
2021-05-07x86: move register check in immediate operand parsingJan Beulich2-7/+13
2021-05-07x86: minor improvements to optimize_imm()Jan Beulich2-8/+11
2021-05-06or1k: Implement relocation R_OR1K_GOT_AHI16 for gotha()Stafford Horne3-1/+14
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