aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-17gas: ARM: Fix encoding of VCVTr.s32.f64 instructionsWill Newton4-5/+14
2014-01-14 PR gas/16434Nick Clifton2-7/+13
2014-01-08Remove regbnd and vec_disp8H.J. Lu2-3/+6
2014-01-08Update copyright year to 2014H.J. Lu2-2/+6
2014-01-08New Year - binutils ChangeLog rotationH.J. Lu4-3879/+3907
2014-01-07remove VA_* from binutilsTom Tromey2-4/+9
2014-01-07remove uses of PARAMS from binutilsTom Tromey2-2/+7
2014-01-07remove ANSI_PROTOTYPESTom Tromey2-3/+5
2014-01-07[AArch64] Add GAS recognition for "xgene-1"Philipp Tomsich2-0/+5
2013-12-28 Adjust MMIX gas tests for recent bfd/elf.c change.Hans-Peter Nilsson3-3/+10
2013-12-20 PR binutils/16218Nick Clifton4-42/+49
2013-12-20Remove duplicated entry for .pad in c-arm.texiTristan Gingold2-7/+5
2013-12-19Don't run x86-64-disassem for mingw targetsH.J. Lu2-1/+5
2013-12-18gas/Yufeng Zhang6-8/+53
2013-12-18 * config/tc-rx.c (rx_include): Rename 'eof' to 'last_char' inNick Clifton2-11/+17
2013-12-18Add system register and embedded debug register support.Kuan-Lin Chen11-5/+297
2013-12-17Properly handle ljmp/lcall with invalid MODRM byteMichael Zolotukhin6-0/+44
2013-12-16Add support to show the symbolic names of the MIPS CP1 registers.Andrew Bennett15-168/+869
2013-12-16Range of element index is too large on MIPS MSA element selection instructions.Andrew Bennett7-72/+82
2013-12-13 * config/tc-msp430.c (mcu_types): Add some more 430X mcu names.Nick Clifton3-12/+45
2013-12-13Add support for Andes NDS32:Kuan-Lin Chen43-9/+7342