aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2014-03-27This fixes a compile time error triggered by -Werror=format-security becauseNick Clifton2-1/+6
2014-03-26Add support for %hi8, %hi16 and %lo16 being used when relocation are necessary.Nick Clifton2-2/+35
2014-03-25This patch adds a new pseudo-op - .seh_code - to structured exception handlingNick Clifton3-1/+17
2014-03-25Revert "Remove magic treatment of toc symbols for powerpc ELF"Alan Modra2-4/+24
2014-03-21Add support to the Xtensa target for creating trampolines for out-of-range br...David Weatherford11-2/+753
2014-03-20Add opcode relaxation for rl78-elfDJ Delorie5-23/+511
2014-03-20gas/Richard Sandiford17-20/+182
2014-03-20Fix memory size for gather/scatter instructionsIlya Tocar9-192/+205
2014-03-19This patch adds support for the hyperprivileged registers %hstick_offsetJose E. Marchesi8-6/+37
2014-03-19Fix Sparc test which was failing in the presence of new v9 opcodes.Jose E. Marchesi2-2/+7
2014-03-19Remove spurious character.Nick Clifton1-1/+1
2014-03-19Add support for ARM assembler produced by CodeCompositor Studio.Daniel Gutson12-4/+289
2014-03-19Fix RX gas testsuite failures by accounting for new variations in the disasse...Nick Clifton2-339/+343
2014-03-18Enable verbose error messages by default for AArch64 gas.Yufeng Zhang7-4/+203
2014-03-17Add support for parsing VFP register names in .cfi_offset directives.Nick Clifton5-8/+48
2014-03-13AArch64: Clean up docs and document -mcpu and -march.Richard Earnshaw2-7/+83
2014-03-13Make the new aarch64 bignum test endian agnostic.Nick Clifton3-4/+9
2014-03-13Add pe/x86_64 bigobj file format.Tristan Gingold7-1/+78
2014-03-12The value of a bignum expression is held in a single global array. This meansNick Clifton5-12/+101
2014-03-12autoreconfAlan Modra4-2/+26
2014-03-06 * gas/tc-avr.c: Add new devicesDenis Chertykov3-37/+108
2014-03-05Update copyright yearsAlan Modra534-888/+543
2014-03-05Support R_PPC64_ADDR64_LOCALAlan Modra2-0/+7
2014-03-05Support more relocs on 16-bit insn fieldsAlan Modra2-116/+116
2014-03-05Remove magic treatment of toc symbols for powerpc ELFAlan Modra2-27/+15
2014-03-04Fix changelog formatting in last commit -- sorryRichard Sandiford1-1/+1
2014-03-04bfd/Richard Sandiford2-1/+6
2014-03-03This patch enhances the MSP430 port of GAS so that, if requested, it willNick Clifton8-582/+295
2014-03-03More copyright fixesAlan Modra3-2/+4
2014-03-03Fix various copyright issuesAlan Modra8-8/+17
2014-03-01 * config/tc-avr.c: Remove atxmega16x1.Denis Chertykov2-1/+4
2014-02-28Incorrect .debug_line prologue header length for 64-bit DWARFAlan Modra2-2/+11
2014-02-27opcodes/Yufeng Zhang3-0/+102
2014-02-27opcodes/Yufeng Zhang3-0/+15
2014-02-21Add support for CPUID PREFETCHWT1Ilya Tocar17-28/+115
2014-02-20Change cpu for vptestnmd and vptestnmq instructions.Ilya Tocar13-320/+333
2014-02-12Add clflushopt, xsaves, xsavec, xrstorsIlya Tocar23-0/+335
2014-02-10binutils potfiles regenAlan Modra3-3277/+5307
2014-02-03Nios II large-GOT relocationsSandra Loosemore3-4/+38
2014-01-31Add gather/scatter tests with incorrect memory operandMichael Zolotukhin5-93/+158
2014-01-30Nios II CALL26 linker relaxationSandra Loosemore7-2/+136
2014-01-30Fix shift for AVX512F gather/scatter instructionsMichael Zolotukhin5-32/+41
2014-01-28A recent update to the binutils means that RELA sections now have theNick Clifton3-2/+8
2014-01-24Add .data and .bss refsym symbolsDJ Delorie3-4/+68
2014-01-23Remove the display of known MCU names from the MSP430 port of GAS.Nick Clifton2-36/+23
2014-01-22Add .refsym to msp430 backendDJ Delorie3-0/+24
2014-01-22Remove regzmm from AVX2 gather assertMichael Zolotukhin2-4/+7
2014-01-22Add check for invalid register in AVX512 gathersMichael Zolotukhin15-0/+214
2014-01-22Fix gas build breakageAlan Modra2-1/+5
2014-01-21Ensure that %func() expressions are outermost termsDJ Delorie2-1/+42