aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2014-09-03[PATCH/AArch64] Generic support for all system registers using mrs and msrJiong Wang1-11/+5
2014-09-03[PATCH/AArch64] Implement LSE featureJiong Wang1-0/+2
2014-08-26[ARM] Update selected_cpu based on info got during parsingJiong Wang1-2/+7
2014-08-26MIPS/gas: SAA/SAAD macro clean-upsMaciej W. Rozycki1-3/+3
2014-08-262014-08-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw1-1/+1
2014-08-22aarch64: Adjust dwarf2 encoding factorsRichard Henderson1-2/+2
2014-08-22aarch64: Fix CFA encoding of vector registersRichard Henderson1-1/+4
2014-08-22Power/GAS: Don't set VLE annotation for non-VLE processors/instructionsMaciej W. Rozycki1-1/+6
2014-08-22ARM/gas: Fix a build failure with GCC 4.3.3Maciej W. Rozycki1-1/+1
2014-08-20[ARM] Fix vcmp with #0.0Kyrylo Tkachov1-2/+46
2014-08-19This patch adds support for FreeBSD ARM in gas.Nick Clifton2-0/+44
2014-08-18This fixes the processing of BFD_RELOC_RL78_DIFF fixups when the size is lessNick Clifton1-1/+10
2014-08-06Add -momit_lock_prefix=[no|yes] optionIlya Tocar1-0/+27
2014-08-01Fix PR10378 which is SH relax bug.Kaz Kojima1-1/+1
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