summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
...
* nds32: __builtin_strncpy bound equals destination sizeAlan Modra2021-05-272-8/+14
* x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu2021-05-266-18/+80
* i386: Replace movsb with movsxbSebastien Villemot2021-05-262-1/+7
* RISC-V: Allow to link the objects with unknown prefixed extensions.Nelson Chu2021-05-262-0/+6
* Arm: Fix forward thumb references [PR gas/25235]Tamar Christina2021-05-254-1/+72
* RISC-V: PR25212, Report errors for invalid march and mabi combinations.Nelson Chu2021-05-2427-16/+72
* Re: Fix offset for ia64 PCREL60B relocation on HP-UXAlan Modra2021-05-223-3/+17
* Fix overflow detection in the Z80 assembler.Sergey Belyashov2021-05-205-200/+227
* PR27888, fix link of gas with zlib by libtool 2.4.6Nicolas Boulenguez2021-05-203-2/+11
* Fix offset for ia64 PCREL60B relocation on HP-UXJohn David Anglin2021-05-191-1/+10
* arm: Fix bugs with MVE vmov from two GPRs to vector lanesAlex Coplan2021-05-175-3/+340
* SAFE_BYTE_GET64Alan Modra2021-05-123-3/+8
* Report illegal Z80 load instructions.Sergey Belyashov2021-05-115-0/+95
* Add support for 8-bit and 24-bit shifts in the z80 assembler.Sergey Belyashov2021-05-104-2/+35
* support generating multi-html pages in parallelMike Frysinger2021-05-083-2/+17
* generate single html manual page by defaultMike Frysinger2021-05-083-2/+9
* Add a generic .bss directive for ELF based targets.Nick Clifton2021-05-074-14/+65
* Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X...Cl?ment Chigot2021-05-0711-5/+217
* x86-64/ELF: clear src_mask for all reloc typesJan Beulich2021-05-074-0/+33
* x86: don't mix disp and imm processingJan Beulich2021-05-072-1/+6
* x86: move register check in immediate operand parsingJan Beulich2021-05-072-7/+13
* x86: minor improvements to optimize_imm()Jan Beulich2021-05-072-8/+11
* or1k: Implement relocation R_OR1K_GOT_AHI16 for gotha()Stafford Horne2021-05-063-1/+14
* RISC-V: PR27764, Add tests for A extensionJim Wilson2021-05-031-0/+8
* RISC-V: PR27764, Add tests for A extensionChristoph Muellner2021-05-034-0/+550
* x86: allow @secrel32 also in data definitionsJan Beulich2021-05-034-7/+22
* x86: use UNIX EOL in secrel testcaseJan Beulich2021-05-033-125/+130
* x86: fold both instances of lex_got()Jan Beulich2021-05-032-106/+14
* testsuite: Don't start directives in first columnAlan Modra2021-05-033-14/+20
* x86-64: adjust recently added testsJan Beulich2021-04-296-15/+26
* x86: relax when/how @size can be usedJan Beulich2021-04-297-9/+138
* x86: allow @size to also (sensibly) apply to sectionsJan Beulich2021-04-295-7/+36
* x86: honor signedness of PC-relative relocationsJan Beulich2021-04-2811-18/+211
* x86: Add () to silence GCC 5H.J. Lu2021-04-272-1/+7
* x86: add IS_ELF to check whether to resolve @size relocJan Beulich2021-04-262-1/+7
* x86: limit 32-bit @size overflow checks to 64-bit objectsJan Beulich2021-04-262-0/+6
* x86: optimize LEAJan Beulich2021-04-2613-8/+569
* x86-64: have value properly checked when resolving fixupJan Beulich2021-04-265-1/+65
* Fix type of .persistent.bss sectionEric Botcazou2021-04-234-2/+17
* Allow .seh_pushframe to take an optional [code] parameterJ?r?me Gardou2021-04-232-1/+25
* x86-64: special case LEA when determining signedness of displacementJan Beulich2021-04-232-8/+24
* x86-64: defer 32-bit signed displacement checkJan Beulich2021-04-232-19/+34
* x86: re-order optimize_disp()Jan Beulich2021-04-232-16/+23
* x86: don't truncate values in diagnostics and alikeJan Beulich2021-04-232-4/+9
* Adjust readelf's output so that section symbols without a name as shown with ...Nick Clifton2021-04-2134-133/+170
* Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot2021-04-203-28/+107
* Fix an assembler testuite failure when checking a toolchain configured with -...Nick Clifton2021-04-192-0/+7
* aarch64: New instructions for maintenance of GPT entries cached in a TLBPrzemyslaw Wirkus2021-04-194-0/+18
* aarch64: Add new data cache maintenance operationsPrzemyslaw Wirkus2021-04-193-0/+11
* gas: drop sprint_value()Jan Beulich2021-04-197-30/+19