aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2014-07-29[MIPS] Rename COPROC related macrosMatthew Fortune1-8/+8
2014-07-29[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensionsMatthew Fortune1-57/+379
2014-07-27Add moxiebox targetAnthony Green2-6/+5
2014-07-26Prepare gas for 64-bit obstacksAlan Modra15-17/+9
2014-07-22Add AVX512DQ instructions and their AVX512VL variants.Ilya Tocar1-0/+2
2014-07-22Add support for AVX512BW instructions and their AVX512VL versions.Ilya Tocar1-0/+2
2014-07-22Add support for AVX512VL. Add AVX512VL versions of AVX512F instructions.Ilya Tocar1-8/+12
2014-07-17Properly handle EVEX register aliasesIlya Tocar1-0/+2
2014-07-15[ARM] Fix 32-bit host build failure.Jiong Wang1-5/+5
2014-07-15Don't complain about dbCC to long branch conversionAndreas Schwab1-4/+0
2014-07-08Fix PR 16722 by adding support for 8-byte vector constants.Jiong Wang1-285/+454
2014-07-07Adds support for writing values to AVR system I/O registers.Barney Stratford1-50/+69
2014-07-04Update "configure.in" in comments and docoAlan Modra1-1/+1
2014-07-01Add support for the AVR Tiny series of microcontrollers.Barney Stratford1-28/+79
2014-06-28Avoid cascading errors due to write_object_file changeAlan Modra1-7/+11
2014-06-18[rx] Make .B suffix optional when possible.DJ Delorie1-6/+10
2014-06-18GAS: Fix MMIX err-fb-2.s regression caused by recent generic GAS changes.Hans-Peter Nilsson1-0/+11
2014-06-17gas/ARM: Misses deprecated IT instruction warning for ARMv8Jiong Wang1-0/+3
2014-06-17GAS: Fix CRIS double-error reports caused by recent generic GAS changes.Hans-Peter Nilsson1-24/+39
2014-06-16Fixes a problem exposed by the aarcg64/illegal.s test case - where the assemb...Nick Clifton1-0/+4
2014-06-16This fixes the aarch64 assembler so that it will generate error messages whenJiong Wang1-9/+33
2014-06-16Run write_object_file after errorsAlan Modra1-5/+7
2014-06-16Don't leave DLX the_insn uninitialisedAlan Modra1-12/+5
2014-06-16Report an error on x86 pcrel BFD_RELOC_SIZE64Alan Modra1-2/+5
2014-06-16Fix unintitialised TIC6X dataAlan Modra1-1/+3
2014-06-16Fix TIC54X buffer overrunsAlan Modra1-3/+3
2014-06-16Fix uninitialised VAX insnAlan Modra1-10/+16
2014-06-16Fix uninitialised ARM dataAlan Modra1-8/+4
2014-06-16Fix uninitialised CRIS insnAlan Modra1-2/+8
2014-06-13Fix seg-faults when fetching the frags of local symbols.Chen Gang2-6/+6
2014-06-13A simple replacement of sprintf (xxx, "%s", xxx) with strcpy.Chen Gang1-5/+5
2014-06-07Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra1-3/+16
2014-06-03Change -mz command line option to -my for the MSP430 port of GAS.Nick Clifton1-7/+7
2014-05-20Add MIPS .module directivemfortune1-276/+328
2014-05-20Mark MSA as requiring FP64mfortune1-4/+4
2014-05-20gas/Richard Sandiford2-0/+59
2014-05-20Fix MSP430 assembler to support #hi(<symbol>).Nick Clifton1-27/+49
2014-05-19Extend the fix already created for PR 16858 so that it works with x86 PE targ...Nick Clifton1-0/+10
2014-05-18gas/Richard Sandiford1-26/+8
2014-05-17Prevent the V850 assembler from generating an internal error if it is asked toNick Clifton1-0/+6
2014-05-16This adds support for marking RL78 binaries as either supporting 32-bitKaushik Phata1-7/+30
2014-05-13Re-work register size macros for MIPS.mfortune1-69/+71
2014-05-08Fix references to file_mips_isa missed in previous patch.mfortune1-4/+4
2014-05-08Consolidate file_mips_xxx variables.mfortune1-86/+84
2014-05-08Implement CONVERT_SYMBOLIC_ATTRIBUTE for MIPS.mfortune2-0/+36
2014-05-08Use signed data type for R_XTENSA_DIFF* relocation offsets.Volodymyr Arbatov1-0/+3
2014-05-07Add MIPS r3 and r5 support.Andrew Bennett1-6/+76
2014-04-28This fixes a bootstrapping problem with gcc 4.9 in an x86 PE environment.Nick Clifton1-1/+4
2014-04-24Fix a problem building the ARM assembler for non-ELF based toolchains.Nick Clifton1-1/+2
2014-04-23gas/arm: Force output of a data mapping symbol for literal poolsWill Newton1-2/+3