aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra236-236/+236
2014-12-27Limit moxie sto/ldo offsets to 16 bitsAnthony Green1-8/+8
2014-12-25Don't pass unadorned zeros to varargs functionsYaakov Selkowitz1-2/+2
2014-12-24AVR: Assembler now prepares for linker relaxation by default.Andrew Burgess1-8/+16
2014-12-23AVR: Only set link-relax elf flag when appropriate.Andrew Burgess2-1/+11
2014-12-23This patch add support for cpu marvell-whitney.Nick Clifton1-0/+3
2014-12-19Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.Matthew Fortune1-4/+8
2014-12-14Compress debug sections for Linux/x86 by defaultH.J. Lu1-0/+5
2014-12-13PowerPC register numbers in DWARFAlan Modra2-2/+37
2014-12-09Ensure zero termination of tic4x insn bufferChen Gang1-3/+5
2014-12-06Add Visium support to gasEric Botcazou2-0/+2387
2014-11-28Remove broken nios2 assembler dwim support.Sandra Loosemore1-137/+0
2014-11-26Fix trampolines search code for conditional branchesMax Filippov1-4/+4
2014-11-21Calculate ARM arch attribute after relaxationTerry Guo2-4/+12
2014-11-21Support ARM Cortex-M7Terry Guo1-4/+40
2014-11-20* config/tc-arm.c (rotate_left): Avoid undefined behaviour when N = 0.Richard Earnshaw1-1/+1
2014-11-20[AArch64] Fix mis-detection of unpredictable load/store operations with FP regs.Richard Earnshaw1-6/+13
2014-11-19[AArch64] Warn on load pair to same registerJiong Wang1-0/+36
2014-11-18Add -z bndplt to generate BND prefix in PLT entriesIgor Zamyatin2-48/+16
2014-11-18aarch64: allow adding/removing just feature flags via .arch_extensionJan Beulich1-12/+39
2014-11-18[AArch64] Add xgene2.Philipp Tomsich1-0/+2
2014-11-18[AArch64] Add xgene1.Philipp Tomsich1-0/+4
2014-11-17Add AVX512VBMI instructionsIlya Tocar1-0/+2
2014-11-17Add AVX512IFMA instructionsIlya Tocar1-0/+2
2014-11-17Add pcommit instructionIlya Tocar1-0/+2
2014-11-17Add clwb instructionIlya Tocar1-0/+2
2014-11-14Correct x86 assembler manualH.J. Lu1-10/+10
2014-11-14[AArch64] Enable CRC feature in GAS for cortex-a53 and cortex-a57.Marcus Shawcroft1-3/+5
2014-11-13Add assembler support for @gotpltH.J. Lu1-0/+3
2014-11-13More fixes for memory access violations whilst scanning corrupt binaries.Nick Clifton1-0/+1
2014-11-13[AArch64] Remove example processors from GAS.Marcus Shawcroft1-5/+0
2014-11-12Fix z80-coff build breakageAlan Modra1-0/+4
2014-11-12Fix x86 non-ELF build breakageAlan Modra1-0/+2
2014-11-07X32: Add REX prefix to encode R_X86_64_GOTTPOFFH.J. Lu1-0/+9
2014-11-06Add mach parameter to nios2_find_opcode_hash.Sandra Loosemore1-1/+1
2014-11-05Update .MIPS.abiflags to support MIPS R6Matthew Fortune1-0/+8
2014-11-04Don't use register keywordAlan Modra13-34/+30
2014-11-04Use frag_now_fix_octets in gas d10v, d30vAlan Modra2-7/+3
2014-11-03Fixes a snafu checking the size of 20-bit immedaite values.Nick Clifton1-1/+1
2014-10-31MIPS: Add Octeon 3 supportNaveen H.S1-1/+3
2014-10-30Remove the artificial limit on code alignment through the use of theDr Philipp Tomsich2-46/+28
2014-10-23Refactoring/cleanup of nios2 opcodes and assembler code.Sandra Loosemore1-666/+447
2014-10-21MIPS/GAS: Correct file option settings with `.insn'Maciej W. Rozycki1-0/+4
2014-10-21[AARCH64] Add thunderx support to gasAndrew Pinski1-0/+1
2014-10-21aarch64: move bogus assertionJan Beulich1-12/+14
2014-10-18Fix PR17493, attempted output of *GAS `reg' section* symbolAlan Modra1-1/+1
2014-10-15Fix memory overflow issue about strncatChen Gang1-1/+1
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra1-13/+12
2014-10-14sparc-aout and sparc-coff breakageAlan Modra1-0/+2
2014-10-09This is a series of patches that add support for the SPARC M7 cpu toJose E. Marchesi1-40/+110