aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-23Add support for the MIPS eXtended Physical Address (XPA) ASE.Andrew Bennett1-2/+13
2014-04-22Fix alignment for the first section frag on xtensaMax Filippov1-1/+0
2014-04-22Fix Nios II assembler self-test mode.Sandra Loosemore1-0/+1
2014-04-22Remove support for the (deprecated) openrisc and or32 configurations and replaceChristian Svensson6-1222/+213
2014-04-16Fix more fallout from TC_CONS_FIX_NEW changeAlan Modra2-2/+2
2014-04-10bfd/ChangeLogDenis Chertykov2-3/+150
2014-04-10Add support for the MIPS P5600 family of CPUs.Andrew Bennett1-0/+2
2014-04-09Fix a few more targets affected by the change to the TC_CONS_FIX_NEW macro.Nick Clifton3-3/+3
2014-04-09ppc476 gas warn on data in code sectionsAlan Modra2-1/+66
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra46-299/+240