aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2015-02-23Add support for the h8300-linux target.Yoshinori Sato5-4/+134
2015-02-23Fixes the generation of dwarf line debug information for the msp430, even in ...Nick Clifton3-4/+28
2015-02-19gas doc warning fixesAlan Modra3-23/+28
2015-02-11[AArch64] Fix code formatting in the cpu-tableJiong Wang2-6/+10
2015-02-11[ARM] Add support for Cortex-A72Jiong Wang2-0/+6
2015-02-09[ARM][gas] Use as_tsktsk instead of as_warn for deprecation messages.Kyrylo Tkachov13-73/+102
2015-02-06gas: fix a few omissions in .cfi_label handlingJan Beulich2-1/+12
2015-02-05Fix msp430 build with gcc-5Alan Modra2-2/+7
2015-02-04[AArch64] Add support for Cortex-A72Jiong Wang3-0/+8
2015-02-04Fix encoding of "addw ax, [hl]" and "subw ax, [hl]".Nick Clifton2-1/+6
2015-02-03[AARCH64] Document .arch and .arch_extension directiveJiong Wang2-0/+23
2015-02-03Fix use of uninitialised memory by the RL78 port of GAS.Nick Clifton2-0/+7
2015-01-29NDS32: Set branch instruction to relaxable.Kuan-Lin Chen2-166/+277
2015-01-28FT32 initial supportAlan Modra11-0/+1395
2015-01-27NDS32/gas: Limit the format of pseudo instruction la.Kuan-Lin Chen2-1/+15
2015-01-27NDS32/gas: Fix md_parse_name hook.Kuan-Lin Chen2-0/+12
2015-01-19Extend .reloc to accept some BFD_RELOCsAlan Modra7-1/+47
2015-01-16S/390: Add support for IBM z13.Andreas Krebbel16-152/+1254
2015-01-13[ARM] vcmp/vcmpe should accept #0x0 as an operandJiong Wang6-9/+38
2015-01-12gas: allow labeling of CFI instructionsJan Beulich9-2/+130
2015-01-12arm: properly range check immediate operands of VSHL and VQSHLJan Beulich5-3/+59
2015-01-12Assorted compiler warning fixesAlan Modra2-2/+6
2015-01-10gas/avr: Prevent incorrect overflow errors for diff fixups.Andrew Burgess5-0/+42
2015-01-09This patch adds the necessary support to the assembler to allow wiringPhilipp Tomsich3-1/+20
2015-01-07arm: fix extension feature disablingJan Beulich2-15/+33
2015-01-02Regenerate Makeile.in file for copyright updateAlan Modra2-2/+2
2015-01-02Correct printed year in copyright noticesAlan Modra2-1/+5
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra544-3734/+3769
2014-12-27Limit moxie sto/ldo offsets to 16 bitsAnthony Green2-8/+13
2014-12-25Don't pass unadorned zeros to varargs functionsYaakov Selkowitz2-2/+7
2014-12-24AVR: Document linker relaxation related options.Andrew Burgess2-0/+15
2014-12-24AVR: Assembler now prepares for linker relaxation by default.Andrew Burgess6-11/+40
2014-12-23AVR: Only set link-relax elf flag when appropriate.Andrew Burgess7-1/+48
2014-12-23This patch add support for cpu marvell-whitney.Nick Clifton2-0/+7
2014-12-23Updated translations for the gas and gprof tools.Nick Clifton3-3690/+6309
2014-12-19Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.Matthew Fortune9-26/+93
2014-12-19Fix octeon3 tests for targets with default abi != n32Matthew Fortune2-13/+17
2014-12-16Fix octeon3 testsuite falloutMatthew Fortune7-6/+15
2014-12-16Add in a JALRC alias and fix the NAL instruction.Matthew Fortune5-0/+19
2014-12-14Mention --compress-debug-sections default in NEWSH.J. Lu2-0/+5
2014-12-14Compress debug sections for Linux/x86 by defaultH.J. Lu2-0/+10
2014-12-13PowerPC register numbers in DWARFAlan Modra4-3/+45
2014-12-09Ensure zero termination of tic4x insn bufferChen Gang2-3/+10
2014-12-06Add Visium support to gasEric Botcazou36-31/+3824
2014-11-30Power4 should treat mftb as extended mfspr mnemonicAlan Modra3-3/+8
2014-11-28Remove broken nios2 assembler dwim support.Sandra Loosemore7-159/+29
2014-11-26Fix trampolines search code for conditional branchesMax Filippov5-4/+29
2014-11-24Update libtool.m4 from GCC trunkH.J. Lu2-2/+6
2014-11-21Calculate ARM arch attribute after relaxationTerry Guo6-4/+41
2014-11-21Support ARM Cortex-M7Terry Guo8-4/+240