aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2014-11-14Correct x86 assembler manualH.J. Lu3-23/+30
2014-11-14[AArch64] Enable CRC feature in GAS for cortex-a53 and cortex-a57.Marcus Shawcroft2-3/+10
2014-11-13Add assembler support for @gotpltH.J. Lu6-0/+44
2014-11-13More fixes for memory access violations whilst scanning corrupt binaries.Nick Clifton2-0/+7
2014-11-13[AArch64] Remove example processors from GAS.Marcus Shawcroft2-5/+4
2014-11-12Fix z80-coff build breakageAlan Modra2-0/+8
2014-11-12Fix x86 non-ELF build breakageAlan Modra2-0/+8
2014-11-11Updated French and Ukranian translations supplied by the Translation Project.Nick Clifton2-109/+144
2014-11-07Fix a typo in gas/ChangeLogH.J. Lu1-1/+2
2014-11-07X32: Add REX prefix to encode R_X86_64_GOTTPOFFH.J. Lu5-0/+47
2014-11-06Add mach parameter to nios2_find_opcode_hash.Sandra Loosemore2-1/+6
2014-11-05Update .MIPS.abiflags to support MIPS R6Matthew Fortune6-0/+63
2014-11-04Don't use register keywordAlan Modra24-4044/+4308
2014-11-04Use frag_now_fix_octets in gas d10v, d30vAlan Modra3-7/+9
2014-11-03Fixes a snafu checking the size of 20-bit immedaite values.Nick Clifton2-1/+6
2014-10-31MIPS: Add Octeon 3 supportNaveen H.S7-1/+66
2014-10-31Add forgotten changelog entry.Andrew Pinski1-0/+7
2014-10-30Remove the artificial limit on code alignment through the use of theDr Philipp Tomsich3-46/+35
2014-10-29Updated/new translations provided by the Translations Project.Nick Clifton2-1/+19699
2014-10-23Refactoring/cleanup of nios2 opcodes and assembler code.Sandra Loosemore2-666/+508
2014-10-22MIPS Documentation fixesMatthew Fortune3-10/+26
2014-10-21MIPS/GAS: Correct file option settings with `.insn'Maciej W. Rozycki6-0/+56
2014-10-21[AARCH64] Add thunderx support to gasAndrew Pinski2-0/+2
2014-10-21gas: avoid bogus warnings in false branches of conditionalJan Beulich5-7/+36
2014-10-21ppc: enable msgclr and msgsnd on Power8Jan Beulich3-0/+9
2014-10-21aarch64: move bogus assertionJan Beulich2-12/+20
2014-10-18Fix PR17493, attempted output of *GAS `reg' section* symbolAlan Modra5-8/+21
2014-10-17Fix bad @value references in MIPS documentationMatthew Fortune2-1/+5
2014-10-15Bump bfd version.Tristan Gingold2-10/+14
2014-10-15ChangeLog typo fixAlan Modra1-1/+1
2014-10-15Fix memory overflow issue about strncatChen Gang2-1/+5
2014-10-14Add NEWS markers for 2.25.Tristan Gingold2-0/+6
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra5-16/+26
2014-10-14sparc-aout and sparc-coff breakageAlan Modra2-1/+7
2014-10-09This is a series of patches that add support for the SPARC M7 cpu toJose E. Marchesi15-66/+522
2014-09-292014-09-29 Terry Guo <terry.guo@arm.com>Terry Guo3-73/+88
2014-09-27Do away with hash table line lookup in dwarf2dbg.cAlan Modra7-18/+39
2014-09-23Disallow VEX/EVEX encoded instructions in 16-bit modeH.J. Lu6-4/+57
2014-09-22Ignore MOD field for control/debug register moveH.J. Lu5-0/+51
2014-09-22Fix various warnings seen when using gcc-5.0Alan Modra4-3/+11
2014-09-17Fix arm-elf build failure on non-C99 systems (was using int64_t)Tristan Gingold2-2/+7
2014-09-16Add -mevexrcig={rne|rd|ru|rz} option to x86 assembler.Ilya Tocar59-1/+7718
2014-09-16NDS32: Code refactoring of relaxation.Kuan-Lin Chen3-1289/+2003
2014-09-15Rename OPTION_omit_lock_prefix to OPTION_OMIT_LOCK_PREFIXH.J. Lu2-3/+10
2014-09-15Add support for MIPS R6.Andrew Bennett82-100/+6826
2014-09-15Ensure softfloat and singlefloat take precedence in consistency checksMatthew Fortune12-22/+45
2014-09-12gas: fix bumping to architectures >v9 in sparc64-* targets.Jose E. Marchesi2-9/+25
2014-09-12Add mips*-img-elf* target triple.Andrew Bennett4-2/+13
2014-09-12Fix tc-i386.c -Werror=logical-not-parentheses errorAlan Modra2-6/+12
2014-09-10Properly handle suffix for iret and sysretH.J. Lu8-9/+159