aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-20gas/Richard Sandiford2-18/+35
2014-03-19This patch adds support for the hyperprivileged registers %hstick_offsetJose E. Marchesi1-0/+2
2014-03-19Add support for ARM assembler produced by CodeCompositor Studio.Daniel Gutson2-2/+168
2014-03-18Enable verbose error messages by default for AArch64 gas.Yufeng Zhang1-3/+5
2014-03-17Add support for parsing VFP register names in .cfi_offset directives.Nick Clifton1-6/+23
2014-03-13Add pe/x86_64 bigobj file format.Tristan Gingold1-1/+23
2014-03-12The value of a bignum expression is held in a single global array. This meansNick Clifton1-12/+49
2014-03-06 * gas/tc-avr.c: Add new devicesDenis Chertykov1-1/+45
2014-03-05Update copyright yearsAlan Modra231-376/+231
2014-03-05Support R_PPC64_ADDR64_LOCALAlan Modra1-0/+2
2014-03-05Support more relocs on 16-bit insn fieldsAlan Modra1-116/+109
2014-03-05Remove magic treatment of toc symbols for powerpc ELFAlan Modra1-27/+10
2014-03-04bfd/Richard Sandiford1-1/+1
2014-03-03This patch enhances the MSP430 port of GAS so that, if requested, it willNick Clifton2-572/+233
2014-03-03More copyright fixesAlan Modra2-2/+2
2014-03-03Fix various copyright issuesAlan Modra7-8/+7
2014-03-01 * config/tc-avr.c: Remove atxmega16x1.Denis Chertykov1-1/+0
2014-02-21Add support for CPUID PREFETCHWT1Ilya Tocar1-0/+2
2014-02-12Add clflushopt, xsaves, xsavec, xrstorsIlya Tocar1-0/+6