aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-04Add support for Intel SGX instructionsIlya Tocar1-0/+2
2014-04-02Add checks for overfar branchesDJ Delorie1-2/+12
2014-04-02This fixes an internal error in GAS, triggered by the test case reported in P...Nick Clifton1-2/+7
2014-03-29 * config/tc-avr.c: Add specified_mcu variable for selected mcu.Denis Chertykov1-3/+17
2014-03-29 * gas/ChangeLog: RevertDenis Chertykov1-17/+3
2014-03-29 * config/tc-avr.c: Add specified_mcu variable for selected mcu.Denis Chertykov1-3/+17
2014-03-27This fixes a compile time error triggered by -Werror=format-security becauseNick Clifton1-1/+1
2014-03-26Add support for %hi8, %hi16 and %lo16 being used when relocation are necessary.Nick Clifton1-2/+28
2014-03-25This patch adds a new pseudo-op - .seh_code - to structured exception handlingNick Clifton2-1/+10
2014-03-25Revert "Remove magic treatment of toc symbols for powerpc ELF"Alan Modra1-4/+19
2014-03-21Add support to the Xtensa target for creating trampolines for out-of-range br...David Weatherford2-2/+561
2014-03-20Add opcode relaxation for rl78-elfDJ Delorie4-23/+495