aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2015-03-27Remove the unused cpu_flags_setH.J. Lu2-17/+4
2015-03-25[AARCH64]Fix "align directive causes MAP_DATA symbol to be lost"Renlin Li2-16/+22
2015-03-24Don't write the zlib header if not usedH.J. Lu2-12/+19
2015-03-24Extend arm_feature_set struct to provide more bitsTerry Guo2-106/+139
2015-03-20Limit multi-byte nop instructions to 10 bytesH.J. Lu47-3432/+920
2015-03-19Add support for G13 and G14 flag bits in RL78 ELF binaries.Nick Clifton3-0/+36
2015-03-19Fix building and testing dwarf debug section compression feature when zlib is...Nick Clifton2-1/+7
2015-03-18Add a testcase for PR gas/18087H.J. Lu6-2/+210
2015-03-18Fix debug section compression so that it is only performed if it would make t...Jon Turney5-3/+25
2015-03-17Add znver1 processorGanesh Gopalasubramanian17-2/+514
2015-03-16Removes a #if 1 ... #endif accidentally left in the source code.Nick Clifton2-2/+5
2015-03-13MIPS: Fix constraint issues with the R6 beqc and bnec instructionsAndrew Bennett4-0/+58
2015-03-13Add support for MIPS R6 evp and dvp instructions.Andrew Bennett5-0/+24
2015-03-13[AArch64] Don't warn on XZR/SP overlapping when it's in load/storeJiong Wang5-0/+100
2015-03-13[AArch64] Don't tail-pads sections to the alignmentJiong Wang5-0/+41
2015-03-12Add i6400 entry to the MIPS CPU table.Andrew Bennett3-0/+9
2015-03-12Fixes a problem generating relocs for thumb function calls to local symbols d...Nick Clifton3-7/+20
2015-03-11Fix powerpc gas abort on invalid instruction fixupsAlan Modra2-3/+28
2015-03-10S/390: Add more IBM z13 instructionsAndreas Krebbel3-0/+273
2015-03-10S/390: Add check for length field operandAndreas Krebbel2-0/+8
2015-03-10Fixes a bug in the ARM port of GAS when parsing inverted register lists.Michael Perkins2-1/+9
2015-03-10[ARM]Fix "align directive causes MAP_DATA symbol to be lost"Sterling Augustine5-24/+32
2015-03-10[AARCH64] Remove Load/Store register (unscaled immediate) alias.Jiong Wang4-200/+204
2015-03-10[AArch64] Set the minimum alignment on code segmentsJiong Wang5-1/+36
2015-03-10Fixes a bug building the ARM Linux kernel with a toolchain compiled with CPU_...Nick Clifton2-0/+8
2015-03-05Fixes a thinko in the implementation of the V850 -m8byte-align and -m4byte-al...Nick Clifton2-6/+14
2015-03-04Allow MOVK for R_AARCH64_TLSLE_MOVW_TPREL_G{0,1}NCRichard Sandiford5-2/+21
2015-02-28Pad only text sections at end by defaultAlan Modra5-29/+39
2015-02-26[AArch64] Add support for :tlsdesc: and TLSDESC_LD_PREL19Marcus Shawcroft1-1/+3
2015-02-26[AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21Marcus Shawcroft2-1/+10
2015-02-26Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support.Marcus Shawcroft2-1/+10
2015-02-26Adding support for TLSIE_LD_GOTTREL_PREL19.Marcus Shawcroft2-1/+10
2015-02-26Adding ld_literal_type.Marcus Shawcroft2-5/+42
2015-02-26Adding test case for abuse of :got: in offset loadMarcus Shawcroft3-0/+7
2015-02-26Adding adr_type and prevent adr :got:Marcus Shawcroft2-3/+53
2015-02-26Add test case for ADR :got:fooMarcus Shawcroft3-0/+7
2015-02-26Remove dead code.Marcus Shawcroft2-3/+4
2015-02-26[ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo8-0/+71
2015-02-25avr/objdump: Support dumping .avr.prop section.Andrew Burgess3-0/+60
2015-02-25avr/gas: Write out data to track .org/.align usage.Andrew Burgess3-0/+375
2015-02-25[SH] Fix clrs, sets, pref insn arch memberships.Oleg Endo24-486/+416
2015-02-25[gas][ARM] Document supported ARMv8 cores.Kyrylo Tkachov2-0/+8
2015-02-24Adds support for generating notes in V850 binaries.Nick Clifton7-4/+139
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