summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* [ARM][gas] Use as_tsktsk instead of as_warn for deprecation messages.Kyrylo Tkachov2015-02-0913-73/+102
* gas: fix a few omissions in .cfi_label handlingJan Beulich2015-02-062-1/+12
* Fix msp430 build with gcc-5Alan Modra2015-02-052-2/+7
* [AArch64] Add support for Cortex-A72Jiong Wang2015-02-043-0/+8
* Fix encoding of "addw ax, [hl]" and "subw ax, [hl]".Nick Clifton2015-02-042-1/+6
* [AARCH64] Document .arch and .arch_extension directiveJiong Wang2015-02-032-0/+23
* Fix use of uninitialised memory by the RL78 port of GAS.Nick Clifton2015-02-032-0/+7
* NDS32: Set branch instruction to relaxable.Kuan-Lin Chen2015-01-292-166/+277
* FT32 initial supportAlan Modra2015-01-2811-0/+1395
* NDS32/gas: Limit the format of pseudo instruction la.Kuan-Lin Chen2015-01-272-1/+15
* NDS32/gas: Fix md_parse_name hook.Kuan-Lin Chen2015-01-272-0/+12
* Extend .reloc to accept some BFD_RELOCsAlan Modra2015-01-197-1/+47
* S/390: Add support for IBM z13.Andreas Krebbel2015-01-1616-152/+1254
* [ARM] vcmp/vcmpe should accept #0x0 as an operandJiong Wang2015-01-136-9/+38
* gas: allow labeling of CFI instructionsJan Beulich2015-01-129-2/+130
* arm: properly range check immediate operands of VSHL and VQSHLJan Beulich2015-01-125-3/+59
* Assorted compiler warning fixesAlan Modra2015-01-122-2/+6
* gas/avr: Prevent incorrect overflow errors for diff fixups.Andrew Burgess2015-01-105-0/+42
* This patch adds the necessary support to the assembler to allow wiringPhilipp Tomsich2015-01-093-1/+20
* arm: fix extension feature disablingJan Beulich2015-01-072-15/+33
* Regenerate Makeile.in file for copyright updateAlan Modra2015-01-022-2/+2
* Correct printed year in copyright noticesAlan Modra2015-01-022-1/+5
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-02544-3734/+3769
* Limit moxie sto/ldo offsets to 16 bitsAnthony Green2014-12-272-8/+13
* Don't pass unadorned zeros to varargs functionsYaakov Selkowitz2014-12-252-2/+7
* AVR: Document linker relaxation related options.Andrew Burgess2014-12-242-0/+15
* AVR: Assembler now prepares for linker relaxation by default.Andrew Burgess2014-12-246-11/+40
* AVR: Only set link-relax elf flag when appropriate.Andrew Burgess2014-12-237-1/+48
* This patch add support for cpu marvell-whitney.Nick Clifton2014-12-232-0/+7
* Updated translations for the gas and gprof tools.Nick Clifton2014-12-233-3690/+6309
* Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.Matthew Fortune2014-12-199-26/+93
* Fix octeon3 tests for targets with default abi != n32Matthew Fortune2014-12-192-13/+17
* Fix octeon3 testsuite falloutMatthew Fortune2014-12-167-6/+15
* Add in a JALRC alias and fix the NAL instruction.Matthew Fortune2014-12-165-0/+19
* Mention --compress-debug-sections default in NEWSH.J. Lu2014-12-142-0/+5
* Compress debug sections for Linux/x86 by defaultH.J. Lu2014-12-142-0/+10
* PowerPC register numbers in DWARFAlan Modra2014-12-134-3/+45
* Ensure zero termination of tic4x insn bufferChen Gang2014-12-092-3/+10
* Add Visium support to gasEric Botcazou2014-12-0636-31/+3824
* Power4 should treat mftb as extended mfspr mnemonicAlan Modra2014-11-303-3/+8
* Remove broken nios2 assembler dwim support.Sandra Loosemore2014-11-287-159/+29
* Fix trampolines search code for conditional branchesMax Filippov2014-11-265-4/+29
* Update libtool.m4 from GCC trunkH.J. Lu2014-11-242-2/+6
* Calculate ARM arch attribute after relaxationTerry Guo2014-11-216-4/+41
* Support ARM Cortex-M7Terry Guo2014-11-218-4/+240
* * config/tc-arm.c (rotate_left): Avoid undefined behaviour when N = 0.Richard Earnshaw2014-11-202-1/+6
* [AArch64] Fix mis-detection of unpredictable load/store operations with FP regs.Richard Earnshaw2014-11-203-11/+25
* [AArch64] Warn on load pair to same registerJiong Wang2014-11-195-0/+68
* Add -z bndplt to generate BND prefix in PLT entriesIgor Zamyatin2014-11-186-64/+58
* aarch64: allow adding/removing just feature flags via .arch_extensionJan Beulich2014-11-187-12/+111